I am new to understanding Coding Theory, and would not ask anybody just for the final answer, but rather the understanding/process.
Given an example question to calculate distance $(01010_2, 10101_2)$, I know the distance is based off the number of differences in $1$'s, equating to distance $= 5$.
However, how do I perform an operation to work out a "Minimum Distance" given a set $\{01010_2, 10101_2, 11011_2, 00100_2\}$? Would I do a similar operation as previously, but altogether at once?
Any illustration would greatly help me understand this.