Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 161 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 161 Bytes

Huffman algorithm

Usage

Compress file

cat somefile | huffman - > somefile.huf

Expand compressed

cat somefile.huf | huffman + > somefile