0
3.8kviews
Explain Dictionary Based Coding

Subject: Multimedia System

Topic: Compression Algorithms

Difficulty: Hard

1 Answer
0
65views

The Lempel-Ziv-Welch (LZW) algorithm employs an adaptive, dictionary-based compression technique. Unlike variable-length coding, in which the lengths of the code words are different, LZW uses fixed-length code words to represent variable-length strings of symbols/ characters that can only occur together, such as words in English text.

Algorithm of LZW Compression: …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.