c-basic/huffman
PlexSheep e68bc7681a
Update README.md
2022-11-24 22:34:49 +01:00
..
bin huffman documentations 2022-11-24 22:33:52 +01:00
README.md Update README.md 2022-11-24 22:34:49 +01:00
huffman.c upload of older code 2022-11-24 21:04:54 +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.