Skip to content

juanmilkah/huffman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Huffman Coder

A simple command-line tool for compressing and decompressing files using Huffman coding in Rust.

Compress a file:

./huffman --compress input.txt output.huff

Decompress a file:

./huffman --decompress input.huff output.txt

Handles empty files and single-symbol cases. Note: This is a basic implementation; not optimized for large files.

About

A simple command-line tool for compressing and decompressing files using Huffman coding in Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages