Publication
International Journal of Computer & Information Sciences
Paper

A method for constructing binary search trees by making insertions at the root

View publication

Abstract

It is possible to construct a binary search tree by inserting items at the root instead of adding them as leaves. When used for sorting, the method has several desirable properties, including (a) fewer comparisons in the best case, (b) fewer comparisons in the worst case, (c) a reduced variance, and (d) good performance when the items are already nearly sorted or nearly reverse sorted. For applications in which the tree is searched for existing items as well as having new items added to it (e.g., in the construction of a symbol table), the tree can be made to exhibit stacklike behavior, so that the fewest comparisons are required to locate the most recently used items. © 1980 Plenum Publishing Corporation.

Date

Publication

International Journal of Computer & Information Sciences

Authors

Share