huffandpuff:一个极小的哈夫曼编码器和解码器

huffandpuff:一个极小的哈夫曼编码器和解码器

C/C++ 其它杂项

访问GitHub主页

共75Star

详细介绍

huffandpuff

This is an extremely minimal huffman encoder/decoder. It uses no calls at all, not even stdlib/stdio, making it suitable for embedded applications. The supplied Makefile will build a test program.

This is in the public domain and is distributed with NO WARRANTY.