Vidyalelo
Data Structure · Q249

Binary Search Trees(B Tree)

Programming · Data Structure · question 249

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
Answer
C.
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