https://github.com/mohanad-80/data_compression
Data compression algorithms implemented in different languages
https://github.com/mohanad-80/data_compression
algorithms data-compression
Last synced: 7 months ago
JSON representation
Data compression algorithms implemented in different languages
- Host: GitHub
- URL: https://github.com/mohanad-80/data_compression
- Owner: mohanad-80
- License: mit
- Created: 2024-10-01T06:45:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-03T21:01:32.000Z (about 1 year ago)
- Last Synced: 2025-03-31T01:23:09.238Z (about 1 year ago)
- Topics: algorithms, data-compression
- Language: Python
- Homepage:
- Size: 15.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data Compression Algorithms
This repo contains high-level implementation for different data compression algorithms in different programming languages
## List of algorithms implemented
- LZ77 (in Golang and Java)
- LZ78 (in Golang)
- LZW (in Golang and Java)
- Huffman (in Golang)
- Floating Point Arithmetic (in Golang and Python)
- Vector Quantization (in Python)