A principle of independence for binary tree searching
暂无分享,去创建一个
SummaryWhen searching unsuccessfully for a fixed element in a random binary search tree, the number of comparisons made whose result is “less” is independent from the number of comparisons whose result is “greater”. This principle can be used to compute the mean and variance of the total number of comparisons involved in both a successful and an unsuccessful search.
[1] Donald E. Knuth,et al. The Art of Computer Programming, Vol. 3: Sorting and Searching , 1974 .
[2] William Feller,et al. An Introduction to Probability Theory and Its Applications , 1967 .
[3] Donald Ervin Knuth,et al. The Art of Computer Programming , 1968 .
[4] W. Feller,et al. An Introduction to Probability Theory and Its Applications, Vol. 1 , 1967 .
[5] S. R. Arora,et al. Randomized binary search technique , 1969, CACM.