Question

Consider the in-order traversal of a Binary Search Tree. What characteristic does the sequence of visited nodes possess?

A It is in reverse sorted order.
B It is in random order.
C It is in sorted (ascending) order.
D It depends on the initial insertion order.
E It represents a breadth-first traversal.
Practice Next

Hey! Ask a query