Implementation of lossless data compression technique written in Python.
-
Updated
May 3, 2024 - Python
Implementation of lossless data compression technique written in Python.
A program utilizing lossless compression and the huffman algorithm.
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
Collection of Python Projects and Labs
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."