Adelson-Velsky and Landis Trees
A self-balancing binary search tree that uses rotations to maintain balances.
Key Concepts in AVL Trees
AVL Tree Insertion
Balance Factor
Re-balancing
More Information
Wikipedia
GeeksforGeeks