Vidyalelo
Data Structure · Q137

Binary Search Trees(B Tree)

Programming · Data Structure · question 137

Q137

Can a tree stored in an array using either one of inorder or post order or pre order traversals be again reformed?

A.
Yes just traverse through the array and form the tree
B.
No we need one more traversal to form a tree
Answer
C.
No in case of sparse trees
D.
Yes by using both inorder and array elements

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board