AVL Tree

Home > Computer Science > Algorithms and data structures > Trees > AVL Tree

A self-balancing binary search tree in which the heights of the two child subtrees at any node differ by at most one.