Vidyalelo
Data Structure · Q20

Binary Search Trees(B Tree)

Programming · Data Structure · question 20

Q20

Which traversal method of a BST is used for evaluating arithmetic expressions stored in the tree?

A.
Postorder
Answer
B.
Inorder
C.
Preorder
D.
Level-order

Answer: Option A

Solution

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