Skip to content

mmagm/huffman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Huffman algorithm

Usage

Compress file

cat somefile | huffman - > somefile.huf

Expand compressed

cat somefile.huf | huffman + > somefile

Releases

No releases published

Packages

No packages published