Topic: "lz78-compression"
KhaledAshrafH/LZ-78
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.
Language: Java - Size: 8.79 KB - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 5 - Forks: 0

KareemMAX/lz78
A LZ78 compression algorithm implementation using java
Language: Java - Size: 8.79 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

sudhamshu091/LZ78-Encoding-and-Decoding
LZ78 Encoding and Decoding with Python
Language: Python - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

monp4r/lz78_varlen_compressor
This program implements LZ78 compression with a variable-length encoder capable of handling up to 12 bits.
Language: Python - Size: 4.8 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

koeppl/Low-LZ78 Fork of rcanovas/Low-LZ78
Computing LZ78 in low memory
Language: C++ - Size: 232 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0
