/huffman

my basic c implementation of Huffman coding

Primary LanguageCBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

huffman

my basic c implementation of Huffman coding

I saw the Tom Scott video on the topic and thought it would be fun to write my own implementation

I will endeavour not to use any recourses other than this video and this stackoverflow post for figuring out how to do the actual architecture of the system

usage

see the build.sh and test.sh scripts for how to build and use the program