lz78
Here are 30 public repositories matching this topic...
A file comrpessor using LZ78 algorithm.
-
Updated
Feb 8, 2021 - C++
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
-
Updated
Aug 5, 2020 - C++
Simple LZW codec in C
-
Updated
Feb 4, 2022 - Java
A LZ78 compression algorithm implementation using java
-
Updated
Feb 27, 2022 - Java
LZP Data compression CODEC
-
Updated
Jun 30, 2024 - C
Um compressor com base em LZ78. Feito para a matéria Algoritmos 2
-
Updated
Nov 12, 2021 - C++
C++ implementation of compression algorithms LZ78, Huffman Tree and Bit Map.
-
Updated
Oct 5, 2020 - C++
Various lossless compression methods - Projet Scala. 2021-22.
-
Updated
Dec 5, 2021 - Scala
Image Classification LZMP algorithm implemented on CUDA
-
Updated
Nov 25, 2018 - Scala
Pequeno programa para fazer a compressão e descompressão de arquivos.
-
Updated
May 11, 2023 - C++
This program implements LZ78 compression with a variable-length encoder capable of handling up to 12 bits.
-
Updated
Mar 25, 2024 - Python
Compress and decompress text files using an algorithm similar to the LZ77/LZ78.
-
Updated
Feb 26, 2020 - C
Improve this page
Add a description, image, and links to the lz78 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lz78 topic, visit your repo's landing page and select "manage topics."