Question 36
Postorder traversal of a given binary search tree T produces the following sequence of keys:
10, 9, 23, 22, 27, 25, 15, 50, 95, 60, 40, 29Which one of the following sequences of keys can be the result of an in-order traversal of the tree T?
Sign in to see the answer
Answers and explanations are free — they just need an account.