A type of Self-Balancing Binary Search Tree.
- Ensures a AVL Balance Factor holds for every node in the tree
Height
Finding height is a operation.
- With as Golden Ratio
- With as the height of the sub tree
A type of Self-Balancing Binary Search Tree.
Finding height is a O(logn) operation.
minsize(h)=5ϕh+2−(1−ϕ)h+2−1