InterviewSolution
Saved Bookmarks
| 1. |
Two n bit binary strings, S1 and S2, are chosen randomly with uniform probability. The probability that the Hamming distance between these strings (the number of bit positions where the two strings differ) is equal to d is(A) nCd /2n(B) nCd / d(C) d/2n(D) 1/2d |
| Answer» | |