1.

In order to get the information stored in a Binary Search Tree in the descending order, oneshould traverse it in which of the following order?

A. root, left, right
B. left, root, right
C. right, left, root
D. right, root, left
Answer» E.


Discussion

No Comment Found