Skip to content

rlfriedman/Huffman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Huffman

Huffman Encoder and Decoder

To encode a text file:

hencode text.txt 

This will produce a new encoded file called "text.txt.huf"

To decode:

hdecode test.txt.huf

This will create the decoded file (the same as the original text file), text.txt

About

Huffman Encoder/Decoder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages