| |
| | 4.8.2 Binary Search Trees (Site not responding. Last check: 2007-10-21) |
 | | A binary search tree is constructed by inserting the key values 1, 2, 3, 4, 5, 6, 7 in some order specified by a permutation of 1,..., 7, into an initially empty tree. |
 | | Define the optimum binary search tree as the one for which the average number of comparisons on a successful search is minimum. |
 | | Also, assume that successful and unsuccessful searches are equally likely and that in the event of a successful search, it is equally likely that any of the 31 names was searched for. |
| lcm.csa.iisc.ernet.in /dsa/node104.html (698 words) |
|