We know how the regular tree walk algorithm works. If you have some values in the tree then the tree walk algorithm prints everything in order. This means all the successor and predecessor are near each other. Explain Why all the successor and predecessors are near each other with the tree walk algorithm. Remember about the situation when there is a sub-tree and when there is no sub-tree.