Huffman Coding Implementation for Text Files in C++
This project is based on Huffman Coding, a lossless, bottom-up compression algorithm. It can compress and decompress any text files.
Implementation in Project This project supports two functions:
- Encode: Compresses input file passed.
- Decode: Decompresses Huffman coded file passed back to its original file.
ScreenShot*