1.

To arrange a binary search tree in ascending order, we need

A. Post order traversal only
B. In order traversal only
C. Pre order traversal only
D. Post order traversal and Pre order traversal only
Answer» C. Pre order traversal only


Discussion

No Comment Found