Simple text comression/decompression using Huffman Encoding.
To compress the plain text file:
$ ./huffman -c plaintext.txt compressedfile.any
To decompress from the data:
$ ./huffman -d decompressedtext.txt compressedfile.any
| Name | Name | Last commit date | ||
|---|---|---|---|---|