8000 GitHub - toyoh3232/hmc: A Huffman Encoder and Decoder using new C++ 11 Features
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

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
0