1.

A BST is traversed in the following order recursively: Right, root, left. The output sequence will be in

A. Ascending order
B. Descending order
C. Bitomic sequence
D. No specific order
Answer» C. Bitomic sequence


Discussion

No Comment Found