File Compression Project using Huffman Encoding This is my File Compression project where I’ve implemented a Huffman Encoding Algorithm to compress and decompress files in C++. The goal was to take a ...
Place your input file as inp.txt in the project directory. Min-Heap (Priority Queue) for building the Huffman tree. Binary Tree for representing the Huffman tree. Arrays for storing frequencies, codes ...