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

https://github.com/khaledashrafh/lz-78

This repository contains Java code implementing the LZ-78 (Lempel-Ziv 78) data compression algorithm. The LZ-78 algorithm is a lossless data compression method that replaces repeated occurrences of data patterns with references to previously encountered patterns.
https://github.com/khaledashrafh/lz-78

compression data-compression decompression lempel-ziv lempel-ziv-78 lz78 lz78-compression multimedia

Last synced: 10 days ago
JSON representation

This repository contains Java code implementing the LZ-78 (Lempel-Ziv 78) data compression algorithm. The LZ-78 algorithm is a lossless data compression method that replaces repeated occurrences of data patterns with references to previously encountered patterns.

Awesome Lists containing this project