Hamming code generation, error detection & correction.
Warning
Prerequisites:
- Python v3.9.0+
Installation & setup
- Download or clone the repository
git clone https://github.com/farhan2077/hamming-code-lab.git
- Move into the dirtectory
cd hamming-code-lab
- Run code
python main.py
Extra
You may read reference.docx to better understand how the variables are used in the program.