Question:medium

Which binary search tree traversal gives the sorted order of its elements?

Show Hint

For a Binary Search Tree: In-order Traversal \(=\) Sorted Sequence
Updated On: Jun 25, 2026
  • Level order
  • Pre-order
  • Post-order
  • In-order
Show Solution

The Correct Option is D

Solution and Explanation

Was this answer helpful?
0