lempel-ziv
Here are 4 public repositories matching this topic...
This Android application allows to hide a message or a file inside a video using steganography techniques.
-
Updated
May 2, 2021 - Java
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
This repository contains Java code implementing the LZ-78 (Lempel-Ziv 78) data compression algorithm. The LZ-78 algorithm is a lossless data compression method that replaces repeated occurrences of data patterns with references to previously encountered patterns.
-
Updated
Aug 6, 2023 - Java
Improve this page
Add a description, image, and links to the lempel-ziv topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lempel-ziv topic, visit your repo's landing page and select "manage topics."