Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 402 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 402 Bytes

A Huffman Encoder and Decoder

This is a simple implementation of then Huffman coding using new C++ 11 features like lambda expressions and it has an programmable interface to extend to other compression algorithms.

How to build

All you need is clone the repository and type:

.../hmc$ make 
.../hmc$ make install

How to use

Please type hmc -h for details.