Lz78

1 revision
#11 week ago
+6
Migrated from pages table
+LZ78 is a seminal [data compression](/wiki/data_compression) [algorithm](/wiki/algorithm). It works by building an explicit dictionary of encountered data sequences, allowing repetitive patterns to be represented by shorter codes. This approach, part of the Lempel-Ziv family, paved the way for many modern compression schemes.
+## See also
+- [LZ77](/wiki/lz77)
+- [LZW](/wiki/lzw)
+- [Coding](/wiki/coding)
... 1 more lines