InterviewSolution
Saved Bookmarks
| 1. |
What is the total block length ‘n’ of a Hamming code?(a) 2^r(b) 2^r-1(c) 2^r-1-1(d) 2^r+1The question was asked in unit test.I want to ask this question from Checksum, Complexity Classes & NP Complete Problems topic in chapter Checksum, Complexity Classes & NP Complete Problems of Data Structures & Algorithms II |
|
Answer» Correct option is (B) 2^R-1 |
|