InterviewSolution
Saved Bookmarks
| 1. |
The numbers 1, 2, …. n are inserted in a binary search tree in some order. In the resulting tree, the right subtree of the root contains p nodes. The first number to be inserted in the tree must be(A) p(B) p + 1(C) n – p(D) n – p + 1 |
| Answer» | |