What does it mean for a BST to be balanced?
There are several possibilities that all lead to all paths in the tree having length at most proportional to log(N).
Two different kinds of balanced BSTs using slightly different definitions of balanced are:
- AVL tree
- Red Black tree