An open API service indexing awesome lists of open source software.

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

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)