https://github.com/khaledashrafh/lz-77
This repository contains a Java implementation of the LZ-77 data compression algorithm. LZ-77 is a lossless data compression method that replaces repetitive sequences of characters with references to previously occurring data. It achieves compression by storing the position and length of a match in a sliding window of previously processed data.
https://github.com/khaledashrafh/lz-77
compression data-compression decompression lempel-ziv lempel-ziv-77 lz77 lz77-compression-algorithm multimedia
Last synced: 5 months ago
JSON representation
This repository contains a Java implementation of the LZ-77 data compression algorithm. LZ-77 is a lossless data compression method that replaces repetitive sequences of characters with references to previously occurring data. It achieves compression by storing the position and length of a match in a sliding window of previously processed data.
- Host: GitHub
- URL: https://github.com/khaledashrafh/lz-77
- Owner: KhaledAshrafH
- License: mit
- Created: 2022-01-06T13:49:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-06T04:47:24.000Z (over 2 years ago)
- Last Synced: 2024-12-07T11:09:03.036Z (over 1 year ago)
- Topics: compression, data-compression, decompression, lempel-ziv, lempel-ziv-77, lz77, lz77-compression-algorithm, multimedia
- Language: Java
- Homepage:
- Size: 28.3 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0