A simple Huffman endcoding and decoding program written in C++
cmake CMakeLists.txt
make
./HuffmanCoding -c CompressFileName CompressedFileName
./HuffmanCoding -d CompressedFileName DeCompressFileName
If this code presents to help you, a star would be appreciated :)