Vidyalelo
Data Structure · Q474

Sorting Algorithms

Programming · Data Structure · question 474

Q474

Which of the following traversal in a binary search tree results in a sorted output?

A.
in order traversal
Answer
B.
pre order traversal
C.
post order traversal
D.
breadth first traversal

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board