Coursework for University of Bristol C module - implement huffman encoding for a text document & display tree
3 parts:
-
Basic huffman text encoding ($ make huffman)
-
console visualisation of huffman tree ($ make huffvis)
-
visualisation of huffman tree with SDL library ($ make huffsdl)