Vidyalelo
Data Structure · Q238

Binary Search Trees(B Tree)

Programming · Data Structure · question 238

Q238

In a binary search tree, which of the following traversals would print the numbers in the ascending order?

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

Answer: Option D

Solution

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