Q249
Which of the following pair's traversals on a binary tree can build the tree uniquely?
A.
post-order and pre-order
B.
post-order and in-order
AnswerC.
post-order and level order
D.
level order and preorder
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board