Josephfilbert / HuffmanCode

Implementation of Huffman Code in C++11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Implementation of Huffman Code in C++11


Languages

Language:C++ 100.0%