AVL Tree
Term side of the Card
Topic: Tree
Unit title: AVL Tree
Categories: Data structure
Explanation side of the Card
Explanation: The self-balancing binary search tree that automatically adjusts heights to maintain logarithmic depth. Helps prevent inefficient search times due to unbalanced branches.