Which tree traversal order visits nodes in ascending sorted order when applied to a binary search tree indexing echocardiographic study timestamps?
-
A
Pre-order (root, left, right)
-
B
Post-order (left, right, root)
-
C
In-order (left, root, right)
-
D
Level-order (breadth-first)