Huffman Algorithm built on python
This program was built on python 3.12.
The program works as expected, transforming text into a "compressed" state. However, due to the nature the files are stored (.txt format), they are not actually smaller. The algorithm still works, and does its intended purpose.
- Add the text that will be compressed inside the
/files/decompressed.txtfile. - Run
main.pyand choose option0 - The resulting compression will be inside
/files/compressed.txt.
- Add the text that will be decompressed inside the
/files/compressed.txtfile. - Run
main.pyand choose option1 - The resulting decompression will be inside
/files/decompressed.txt.
- Lorem Ipsum text provided by: https://lipsum.com/