Skip to content

Latest commit

History

History
12 lines (7 loc) 路 622 Bytes

lz77.md

File metadata and controls

12 lines (7 loc) 路 622 Bytes

LZ77 Algorithm

Last week I did a sketchnote on DEFLATE and quickly realized it's quite hard to explain DEFLATE properly without going into some of algorithms that make it up: LZ77 and Huffman Coding. So... Here is your guide to LZ77.

lz77

Sources