Represents how balanced an AvlNode's left and right children are.
AvlNode
The children are balanced.
Has a height difference of 1 to the left.
Has a height difference of 1 to the right.
Has a height difference of 2 to the left.
Has a height difference of 2 to the right.
Generated using TypeDoc, the 1/31/2021 at 6:18:55 AM
Represents how balanced an
AvlNode
's left and right children are.