Which of the following traversal in a binary search tree results in a sorted output?
(a) in order traversal
(b) pre order traversal
(c) post order traversal
(d) breadth first traversal
This question was posed to me in semester exam.
My doubt stems from Sorting in chapter Sorting of Data Structures & Algorithms II