Question

Which traversal method of a Binary Search Tree will always output elements in ascending order?

A Pre-order traversal
B Post-order traversal
C In-order traversal
D Level-order traversal
E Reverse in-order traversal
Practice Next

Hey! Ask a query