Examveda

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

C. No in case of sparse trees

D. Yes by using both inorder and array elements

Answer: Option B


This Question Belongs to Data Structure >> Binary Search Trees(B Tree)

Join The Discussion

Related Questions on Binary Search Trees(B Tree)