How many key comparisons are required during a search from the root node to find whether the key "8" is stored in the binary search tree constructed from the following sequence of insertion:
17,7,11,9,22,3,8,35,16,6
there are 15 students in a class. assuming that each student is equally likely to have been born on any day of the week. find the probability that three or fewer were born on a monday.
In a B tree of order 5, the following keys are inserted as follows :
7, 8, 1, 4, 13, 20, 2, 6 and 5
How many elements are present in the root of the tree ?
(A) 1 (B) 2
(C) 3 (D) 4