Skip to content

ShreevathsaBK/Huffman-coding-file-compressor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Huffman-coding-file-compressor

Compress and decompress text files using huffman coding in C++

To Encode a file

g++ huffman.cpp encode.cpp

./a filename.txt

This will create a file named Encoding.txt

To decode the file

g++ huffman.cpp decode.cpp

./a

This will create the Decoded.txt which contains the contents of the initial file decoded from Encoding.txt

About

Compress and decompress text files using huffman coding in C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages