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

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: over 1 year 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.