Wednesday, December 10, 2014

ACM 1792. Hamming Code / Код Хэмминга

 The problem just needs basic implementation, write a function that checks if the current sequence is correct, then switch every single element and call the function each time to see is the new sequence correct or not. When found a correct sequence, output and exit.


       FULL SOURCE CODE

No comments:

Post a Comment