Exercise
Consider the code {0000000, 0011101, 0101011, 1000110, 0110110,
1011011, 1101101, 1110000}. What is its minimal distance?
2.
3.
4.
5.
There are no codewords in C having distance 2.
This is indeed the minimum of the distances between different codewords.
The distance between the codewords 0011101 and 0101011 is 3.
The distance between the codewords 0000000 and 1110000 is 3.