Implementation of Huffman Code in C++11
For consistent result: I use GCC compiler from MinGW toolchain
Trying to implement Huffman Coding algorithm which will read and write to file. The file format is specified in main.cpp file.
Please ask me for further details