Lz77

LZ77 is a family of lossless Data Compression algorithms, foundational to modern schemes. It works by finding repeated sequences within the input data and replacing them with short references to their previous occurrences. This elegant approach forms the basis for widely used formats like Deflate.

See also

Linked from: Burrows Wheeler Transform, Lz78, Lzw
0
11 views
1 week ago