All Stories published by 100 days of algorithms on May 19, 2017

Day 56: LZW

Lempel-Ziv-Welch, or LZW, is a dictionary-based compression algorithm from LZ family of algorithms.

The idea behind is cute. And even though its performance was heavily outperformed by other algorithms, I still consider it as one of the most clever techniques.

About
100 days of algorithms
100 days, 100 algorithms - a challenge consisting of many small pieces
More information
Tags
Editors