RosettaCodeData/Task/LZW-compression/00-TASK.txt
2023-07-01 13:44:08 -04:00

5 lines
272 B
Text

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>