Skip to content
#

lz77

Here are 13 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

Improve this page

Add a description, image, and links to the lz77 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

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

Learn more