NIST

height-balanced binary search tree

(data structure)

Definition: A height-balanced tree which is also a binary search tree. It supports membership, insert, and delete operations in time logarithmic in the number of nodes in the tree.

Generalization (I am a kind of ...)
height-balanced tree, binary search tree, balanced binary tree.

Specialization (... is a kind of me.)
AVL tree, red-black tree.

Author: PEB


Go to the Dictionary of Algorithms and Data Structures home page.

If you have suggestions, corrections, or comments, please get in touch with Paul E. Black.

Entry modified 27 April 2004.
HTML page formatted Fri Mar 25 16:20:34 2011.

Cite this as:
Paul E. Black, "height-balanced binary search tree", in Dictionary of Algorithms and Data Structures [online], Paul E. Black, ed., U.S. National Institute of Standards and Technology. 27 April 2004. (accessed TODAY) Available from: http://www.nist.gov/dads/HTML/heightBalancedBinSrchTree.html

to NIST home page