Offline Dictionary-based Compression (Re-Pair, Recursive Pairing)
-
Updated
May 29, 2023 - C
Offline Dictionary-based Compression (Re-Pair, Recursive Pairing)
This project is about the implementation of the LZ77 and Deflate COMPRESSION algorithm.
The DCW stands for Damn Compression Wizard and is basically what it sounds like, a compression app that can compress a text file using Huffman Code (Lossless))
🧾 Algoritmos de compressão de texto em C
Text compression using Huffman Coding; enhanced using Burrows-Wheeler Transforms and other algorithms. Compressor program opens and reads a file named “comp.txt” placed in the same folder as the executable “a.out” and generates a compressed file named “compi.bin”. Decompressor programs opens and reads a file named “compi.bin” that was previously…
A Text File compressing tool using Huffman Coding logic in C
Compress and decompress text files using an algorithm similar to the LZ77/LZ78.
Add a description, image, and links to the text-compression topic page so that developers can more easily learn about it.
To associate your repository with the text-compression topic, visit your repo's landing page and select "manage topics."