ASCII Art Compressor using RLE
-
Updated
Sep 5, 2018 - JavaScript
ASCII Art Compressor using RLE
Fast Run Length Encoder and Decoder
Run-length encoding & decoding in JS. Command-line Unix-style. Vanilla node.
A compression project that uses lz and rle techniques for compression, https://www.geeksforgeeks.org/what-are-data-compression-techniques/
A Java-based file compression tool that implements Huffman Encoding, LZW Compression, and Run-Length Encoding (RLE) with a Graphical User Interface (GUI) for easy file compression and decompression.
Add a description, image, and links to the rle-compression-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the rle-compression-algorithm topic, visit your repo's landing page and select "manage topics."