MCQOPTIONS
 Saved Bookmarks
				| 1. | 
                                    In order to get the information stored in a Binary Search Tree in the descending order, one should traverse it in which of the following order? | 
                            
| A. | Left, root, right | 
| B. | Root, left, right | 
| C. | Right, root, left | 
| D. | Right, left, root | 
| Answer» D. Right, left, root | |