Hello everybody here, this is my first post to this forum. Hopefully to get the help
I'm trying to understand the mechanism of encoding by using Lempel ziv algorithm. But I'm only able to understand how to do the first step. which is for example:
123456653131455
1, 2, 3, 4, 5, 6, 65, 31, 314, 45, 5
then I assign places (index) for every phrase
0 0
1 1
2 2
3 3
4 4
5 5
6 6
65 7
and so on. It is also probably to be wrong in assigning indexes.
the question is how I can complete the whole table as I need to prepare for my exam and up till now not able to figure out the idea. how to obtain the dictionary content, pointer,element (0,0 0,1 4,5 and so on), fixed length code and base 5 pointer and element