InterviewSolution
Saved Bookmarks
| 1. |
What is the rate of hamming codes?(a) 1-[r/(2^r-1)](b) 1-(r/2^r)(c) 1+(r/2^r)(d) r/2^r+1This question was posed to me in a job interview.I want to ask this question from Checksum, Complexity Classes & NP Complete Problems topic in portion Checksum, Complexity Classes & NP Complete Problems of Data Structures & Algorithms II |
|
Answer» Correct option is (a) 1-[r/(2^r-1)] |
|