1.

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
C. It traverses in a random fashion
D. None of the mentioned
Answer» B. It traverses in an increasing order


Discussion

No Comment Found