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
a) Level-order traversal
b) Pre-order traversal
c) Post-order traversal
d) In-order traversal
b) Pre-order traversal
c) Post-order traversal
d) In-order traversal