Which tree traversal technique is most appropriate for printing the elements of a binary tree in ascending order?
In-order traversal
Breadth-first search
Post-order traversal
Pre-order traversal

Data Structures and Algorithms Exercises are loading ...