Skip to content
#

data-compression

Here are 27 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 data-compression 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 data-compression topic, visit your repo's landing page and select "manage topics."

Learn more