LZ77
From Just Solve the File Format Problem
(Difference between revisions)
(→See also) |
|||
Line 9: | Line 9: | ||
== See also == | == See also == | ||
* [[DEFLATE]] | * [[DEFLATE]] | ||
+ | * [[LZ77 with Huffman coding]] | ||
* [[LZ78]] | * [[LZ78]] | ||
== Resources == | == Resources == | ||
* [[Wikipedia:LZ77 and LZ78|Wikipedia: LZ77 and LZ78]] | * [[Wikipedia:LZ77 and LZ78|Wikipedia: LZ77 and LZ78]] |
Revision as of 11:41, 12 September 2020
LZ77 is a general data compression algorithm. It works by putting codes in the compressed datastream which indicate that some recently-decompressed data is to be repeated.