Vidyalelo
Data Structure · Q56

Binary Search Trees(B Tree)

Programming · Data Structure · question 56

Q56

To obtain a prefix expression, which of the tree traversals is used?

A.
Level-order traversal
B.
Pre-order traversal
Answer
C.
Post-order traversal
D.
In-order traversal

Answer: Option B

Solution

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