A program utilizing lossless compression and the huffman algorithm.
-
Updated
Oct 27, 2024 - Python
A program utilizing lossless compression and the huffman algorithm.
Implementation of lossless data compression technique written in Python.
Collection of Python Projects and Labs
This project compares five lossless data compression techniques—Binary, Run-Length, Dictionary, Frame of Reference, and Differential Encoding—applied to integer and string CSV data. The performance is evaluated in terms of compression ratio, file size, and encoding/decoding time
Add a description, image, and links to the lossless-data-compression topic page so that developers can more easily learn about it.
To associate your repository with the lossless-data-compression topic, visit your repo's landing page and select "manage topics."