exercise in the previous class
exercise in the previous class. Encode ABACABADACABAD by the LZ77 algorithm, and decode its result. back 4 positions copy 3 symbols. ( 0, 0, A), (0, 0, B ), ( 2, 1, C), (4, 3, D), (6, 6, *). A. B. A C. ABA D. ACABAD. back 2 positions copy 1 symbol. back 6 positions
566 views • 30 slides