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.
- Host: GitHub
- URL: https://github.com/rtaori/lzw-text-compression
- Owner: rtaori
- Created: 2015-10-31T23:43:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-15T09:50:30.000Z (over 10 years ago)
- Last Synced: 2025-01-30T16:47:01.286Z (over 1 year 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.