- AVL Tree Self-balancing binary search tree with height balancing
- B+ Tree Optimized for storage systems and database indexing
- Binary Search Tree Classic tree data structure with O(log n) operations
- B Tree Self-balancing tree with multiple keys per node
- Red-Black Tree Self-balancing BST with color-based balancing
- Splay Tree Self-adjusting BST that moves accessed nodes to root