/huffman

Coursework for University of Bristol C module - implement huffman encoding for a text document. Display arbitrary tree neatly

Primary LanguageC

huffman

Coursework for University of Bristol C module - implement huffman encoding for a text document & display tree

3 parts:

  1. Basic huffman text encoding ($ make huffman)

  2. console visualisation of huffman tree ($ make huffvis)

  3. visualisation of huffman tree with SDL library ($ make huffsdl)