RosettaCodeData/Task/LZW-compression/00DESCRIPTION

5 lines
271 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
The Lempel-Ziv-Welch (LZW) algorithm provides loss-less data compression.
You can read a complete description of it in the   [[wp:Lempel-Ziv-Welch|Wikipedia article]]   on the subject.   It was patented, but it entered the public domain in 2004.
<br><br>