AVL Trees

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

A self-balancing binary search tree data structure that maintains the height balance of the binary search tree.