Encyclopedia > AVL tree

  Article Content

AVL tree

An AVL tree is a balanced binary search tree where the height of the two child subtrees differ by at most one, otherwise known as height-balanced[?]. Look-up, insertion and deletion are all O(log(n)) in both the average and worst cases. Additions and deletions may require the tree to be rebalanced by one or more tree rotations. The AVL tree is named after its inventors, Adelson-Velskii[?] and Landis[?] (1962).

See also: B-tree, Red-Black tree



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Quadratic formula

... solution x, and this solution is real. (Geometrically, this means that the parabola described by the quadratic equation touches the x-axis in a single point.) If the ...

 
 
 
This page was created in 38.7 ms