4 references to Height
Test.Utilities (4)
SmallDictionary.cs (4)
133
currentNode.Balance = (sbyte)(
Height
(currentNode.Left) -
Height
(currentNode.Right));
173
int a =
Height
(node.Left);
174
int b =
Height
(node.Right);