Skip to content

Commit 047de8f

Browse files
Update readme;
1 parent 341c504 commit 047de8f

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

AVL Tree/Images/RotationStep0.jpg

12.8 KB
Loading

AVL Tree/Images/RotationStep1.jpg

9.95 KB
Loading

AVL Tree/Images/RotationStep2.jpg

10.3 KB
Loading

AVL Tree/Images/RotationStep3.jpg

10.6 KB
Loading

AVL Tree/README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ For the rotation we're using the terminology:
5656

5757
![Rotation1](Images/RotationStep1.jpg) ![Rotation2](Images/RotationStep2.jpg) ![Rotation3](Images/RotationStep3.jpg)
5858

59-
The steps of rotation on the example image could be described by following:
59+
The steps of rotation on the example image could be described by following:
6060
1. Assign the *RotationSubtree* as a new *OppositeSubtree* for the *Root*;
6161
2. Assign the *Root* as a new *RotationSubtree* for the *Pivot*;
6262
3. Check the final result

0 commit comments

Comments
 (0)