/Lossless-Text-Compression

Implemented huffman coding algorithm for lossless text compression using various data structures like hashmaps, trees, priority queues, and arrays in Python. The compressed file is approximately 50% of the size of original file.

Primary LanguageJupyter Notebook

No issues in this repository yet.