Skip to content

A proof of concept of a Hamming Code Generator

Notifications You must be signed in to change notification settings

hrozan/hamming-code-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A proof of concept of a Binary Hamming Code Generator

This algorithm use a random approach to generate binary hamming code

Todo

  • Remove memory leaking
  • Create unit tests