(Choose 1 answer)
Suppose you are using the LZW algorithm to encode the message BBBABDACADA contents of the dictionary at the beginning of encoding are:
(1) A
3) C (4) D
(2) B (
What are the first 4 code words when encoding the above string?
A. (2) (5) (1) (2)
Β. (2) (5) (6) (4)
C. (2) (5) (3) (2)
D. (2) (5) (2) (4)
Ε. (5) (1) (4) (2)
Exit 36