0
3.6kviews
Illustrate the worst case in LZ-77 dictionary compression technique.
1 Answer
0
40views
  1. The LZ-77 compression method is an adaptive compression method where the encoder dynamically builds a dictionary from the input data and then uses the previously occurring strings to compare and compress the new strings.

  2. The amount of compression i.e. the compression ratio depends on :

    • Length of the dictionary …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.