lempel-ziv-77

There are 2 repositories under lempel-ziv-77 topic.

  • 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.

    Language:Java5101
  • OmerKerner/Non-Overlapping-LZSS-Factorization

    non-overlapping LZSS factorization

    Language:C++1100