edited by
211 views
2 votes
2 votes

For inorder traversal of a BST, which of the following statements is TRUE?

  1. O/p is always in sorted decreasing order.
  2. O/p always in sorted increasing order
  3. It does not sort the number at all.
  4. O/p always in reverse sorted decreasing order.
edited by

1 Answer

Best answer
2 votes
2 votes

 In-order Traversal of Binary Search Tree is always sorted in Ascending Order.

So, the answer is $(B)$.                                                 

selected by
Answer:

Related questions

0 votes
0 votes
1 answer
2
Bikram asked Nov 26, 2016
1,664 views
Three algorithms do the same task. Algorithm One is $O(N)$ and Algorithm Two is $O(\log N)$ and Algorithm Three is $O(N1/2)$. Which algorithm should execute the fastest f...
1 votes
1 votes
3 answers
3
0 votes
0 votes
0 answers
4