/Huffman-Compressor-Decompressor

Huffman tree compression is almost as simple as RLE compression, but can be equally fast and gives more reasonable compression ration, thus is more effective. This source code, is an example of Huffman tree compression.

Primary LanguageJava

Watchers