It is an C++ application, which creates a compressed version of your text file using Huffman Encoding Algorithm.
A lossless file compression tool built from scratch in C++, implementing the Huffman Encoding algorithm. Compresses text files by up to ~50% and perfectly reconstructs the original on decompression. $ ...