zeinsh / hammingpython

Implementation for hamming code in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementation for hamming code in python

This is a simple implemntation for hamming code in python Both methods encode and check pariaty are implemented and the steps of the algorithm are shown in the report file

It was done as an assignment in coding theory subject

Explanation for the algorithm http://users.cis.fiu.edu/~downeyt/cop3402/hamming.html

About

Implementation for hamming code in python


Languages

Language:Jupyter Notebook 60.4%Language:Python 39.6%