“…Continue take the above tree T as an example. The PruferSeq that we get is [3,1,5,5,1], according to step_1, construct the SeqtSeq: [1,2,3,4,5,6,7], the leftmost sequence number that in SeqtSeq but not in PruferSeq is 2, and the leftmost number of the SeqtSeq is 3, so rebuild edge (2,3), as shown in According to the decoding step_3, the above processes will be repeated until SeqtSeq has only two numbers left: [1,7], finally rebuild the edge (1,7). The changes of SeqtSeq and PruferSeq are shown below.…”