Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
My implementation of a LZW dictionary-based text compression algorithm.
- Host: GitHub
- URL: https://github.com/rtaori/lzw-text-compression
- Owner: rtaori
- Created: 2015-10-31T23:43:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-15T09:50:30.000Z (about 9 years ago)
- Last Synced: 2024-10-16T04:46:04.600Z (3 months ago)
- Language: Java
- Size: 2.36 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LZW-Text-Compression
My implementation of a LZW dictionary-based text compression algorithm.