/Hamming-code-calculator-7-4

In coding theory, Hamming (7,4) is a linear error-correcting code that encodes four bits of data into seven bits by adding three parity bits. The project implements a even parity correcting code.

Watchers