Balanced Trees
Balanced Trees are often called B-trees
Some important points to remember
- All leaf nodes must be at same level
- Insertions can only happen at leaf node
- A new level is created only when the root node splits
- Each node must have (number of values + 1) children
For more information click the link below