Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary
Digital Lempel Ziv 1
Jump to user comments
which maps variable length input strings to variable length
output symbols. During compression, the algorithm builds a
dictionary of strings which is accessed by means of a hashtable. Compression occurs when input data matches a string
in the table and is replaced with the output symbol.