Page 1 of 1

In a binary search tree, which of the following traversals would print the numbers in the ascending order?

Posted: Wed Jul 13, 2022 7:42 pm
by answerhappygod
a) Level-order traversal
b) Pre-order traversal
c) Post-order traversal
d) In-order traversal