MCQOPTIONS
Saved Bookmarks
| 1. |
Following numbers(items) are inserted in order into binary search tree.40,60,50,33,55,11Then the number of items in left and right subtrees of the root are _______ |
| A. | (3,3) |
| B. | (2,3) |
| C. | (3,2) |
| D. | (2,4) |
| Answer» C. (3,2) | |