mirror of
https://github.com/MacPaw/XADMaster.wiki
synced 2025-08-29 18:53:58 +02:00
8 lines
No EOL
209 B
Markdown
8 lines
No EOL
209 B
Markdown
# Description #
|
|
|
|
LZW, Lempel-Ziv-Welch, is a variation on the original Lempel-Ziv LZ78 algorithm.
|
|
|
|
# References #
|
|
|
|
* http://en.wikipedia.org/wiki/LZW
|
|
* http://marknelson.us/1989/10/01/lzw-data-compression/ |