Huffman Coding Project

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: 1 - Encode: Compresses input file passed. Decode: Decompresses 2 - Huffman coded file passed back to its original file.