Skip to content
/ huff Public

Huffman coding implementation with greedy method 🗃️

License

Notifications You must be signed in to change notification settings

Ascenio/huff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐶 huff

style: very good analysis License: MIT

Huffman coding implementation with greedy method. Inspired by Abdul Bari.

Usage

Compression

$ huff -c <input_file> <output_file>

Decompression

$ huff -d <input_file> <output_file>

About

Huffman coding implementation with greedy method 🗃️

Topics

Resources

License

Stars

Watchers

Forks

Languages