Skip to content
#

lz77-compression-algorithm

Here are 34 public repositories matching this topic...

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.

  • Updated Aug 6, 2023
  • Java

Add this topic to your repo

To associate your repository with the lz77-compression-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more