/simple-huffman-encoder-decoder

A Huffman compression-decompression command-line tool written in C

Primary LanguageCApache License 2.0Apache-2.0

simple-huffman-encoder-decoder

A Huffman compression-decompression command-line tool written in C. I submitted this to PSC a while ago. It always writes a 128-bit encoding table so it will not perform well for small files (this was meant as an example).