Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 445 Bytes

File metadata and controls

14 lines (11 loc) · 445 Bytes

HuffmanCoding

Build Status

A simple Huffman endcoding and decoding program written in C++

Usage:

cmake CMakeLists.txt
make
./HuffmanCoding -c CompressFileName CompressedFileName 
./HuffmanCoding -d CompressedFileName DeCompressFileName

If this code presents to help you, a star would be appreciated :)