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
see the build.sh
and test.sh
scripts for how to build and use the program