Q. What is the speciality about the inorder traversal of a binary search tree? (Solved)
1. It traverses in a non increasing order
2. It traverses in an increasing order
3. It traverses in a random fashion
4. It traverses based on priority of the node
- b. It traverses in an increasing order