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

Q & ACategory: Data StructureWhat is the speciality about the inorder traversal of a binary search tree?
Admin Staff asked 4 years ago

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) It traverses based on priority of the node

1 Answers
Admin Staff answered 4 years ago

b) It traverses in an increasing order