We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef8a04 commit 7abd876Copy full SHA for 7abd876
AVL Tree/README.markdown
@@ -48,7 +48,7 @@ Each tree node keeps track of its current balance factor in a variable. After in
48

49
50
For the rotation we're using the terminology:
51
-* *Root* - the parent not of the subtrees that will be rotated;
+* *Root* - the parent node of the subtrees that will be rotated;
52
* *Pivot* - the node that will become parent (basically will be on the *Root*'s position) after rotation;
53
* *RotationSubtree* - subtree of the *Pivot* upon the side of rotation
54
* *OppositeSubtree* - subtree of the *Pivot* opposite the side of rotation
0 commit comments