Vidyalelo
Data Structure · Q235

Binary Search Trees(B Tree)

Programming · Data Structure · question 235

Q235

What is the speciality about the inorder traversal of a binary search tree?

A.
It traverses in a non increasing order
B.
It traverses in an increasing order
Answer
C.
It traverses in a random fashion
D.
It traverses based on priority of the node

Answer: Option B

Solution

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