Skip to content
/ hmc Public

A Huffman Encoder and Decoder using new C++ 11 Features

License

Notifications You must be signed in to change notification settings

toyoh3232/hmc

Repository files navigation

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.

About

A Huffman Encoder and Decoder using new C++ 11 Features

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published