> See also:
> - Reference
# AVL Trees
The balance factor of an AVL tree keeps track of how balanced a specific node is based on the depths of its left and right children
## Rotations
- AVL Trees
- Balance Factor
- Four types of rotation (and use cases)
- How to write code for rotations (likely not whole AVL implementation)