MCQOPTIONS
Saved Bookmarks
| 1. |
The following is the sequence of insertion in a binary search tree.45,65,35,40,33,70,60,75,69How many numbers of nodes in Left Sub Tree (LST) and Right Sub Tree (RST) of Root node. |
| A. | LST – 3, RST-5 |
| B. | LST – 6, RST-2 |
| C. | LST – 2, RST-6 |
| D. | LST – 5, RST-3 |
| Answer» B. LST – 6, RST-2 | |