Content deleted Content added
No edit summary |
m →Balanced binary search trees: Skip redirect from Red-Black tree to Red–black tree. |
||
Line 235:
=== Height-balanced trees ===
A tree is height-balanced if the heights of the left sub-tree and right sub-tree are guaranteed to be related by a constant factor. This property was introduced by the [[AVL tree]] and continued by the [[
=== Weight-balanced trees ===
|