Hamming distance
Hamming distance is the number of positions at which two equal-length strings differ. It measures substitutions without accounting for insertions or deletions.
Linked from 17 pages
Reed–Solomon codeRelated: Reed–Solomon distance counts differing symbols, not differing bits.
Singleton boundNarrower topic: It supplies the distance measure used in the bound’s hypotheses.
Coding theoryRelated: Minimum distance determines how many errors a code can detect or correct.
Gray codeRelated: Consecutive Gray-code words have Hamming distance one.
Cosine similarityCompared with: It counts mismatches instead of comparing vector orientation.
Karnaugh mapRelated: Adjacent cells correspond to input patterns at Hamming distance one.