c-basic/huffman
Christoph J. Scherr 7acfb7b20c removed bad occurences algorithm huffman 2022-11-26 01:03:37 +01:00
..
README.md scripting improvements, warning.c 2022-11-24 23:00:34 +01:00
huffman.c removed bad occurences algorithm huffman 2022-11-26 01:03:37 +01:00

README.md

Huffman

the testfiles folder is unpopulated and not staged through gitignore, as it might contain large files. Use the following command to populate it or create your own testfiles.

dd if=/dev/urandom of=10K-random.img count=1K dd if=/dev/urandom of=10K-random.img count=1M ...

files with random bytes wont be able to be compressed byy much, that is normal. Instead try something like a text file. The LICENSE in the root of this repo for example.