Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 256 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 256 Bytes

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).