Rtrix Posted February 3, 2015 Report Posted February 3, 2015 The 15 numbers {1, 2, 3, …, 15} can be stored in a perfectly balanced binary search tree ofheight 3. Draw that tree.Suppose the determination of “bigger, equal or smaller” is counted as one “comparison”. Foreach of the above 15 numbers, state how many comparisons are required to determinewhether that number is in the search tree.Compute the total number of comparisons C required to search for all the numbers, and hencecompute the average number of comparisons A required to search for one number.Singura chestie pe care nu o stiu este cum sa calculez total number of comparisons si average number( dupa cateva calcule, am ajuns la faptul ca pentru a vedea daca o valoare este sau nu acolo, nr de comparatii e log(n). Putin ajutor pt mai departe? Quote