Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 281 Bytes

File metadata and controls

10 lines (7 loc) · 281 Bytes

HuffmanCode

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