Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rtaori/lzw-text-compression

My implementation of a LZW dictionary-based text compression algorithm.
https://github.com/rtaori/lzw-text-compression

Last synced: about 1 month ago
JSON representation

My implementation of a LZW dictionary-based text compression algorithm.

Awesome Lists containing this project

README

        

# LZW-Text-Compression

My implementation of a LZW dictionary-based text compression algorithm.