Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 219 Bytes

File metadata and controls

9 lines (5 loc) · 219 Bytes

Huffman Text Compressor

Compile huffman.hs using ghc -O2 huff.hs.

To compress text files: ./huff c 'infile' 'outfile'

To decompress binary files: ./huff d 'infile' 'outfile'

Use -h param for more options.