Skip to content

Commit 39ac2ec

Browse files
Update README.markdown
1 parent 2c7fd0c commit 39ac2ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AVL Tree/README.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ The steps of rotation on the example image could be described by following:
6262
2. Assign the *Root* as a new *RotationSubtree* for the *Pivot*;
6363
3. Check the final result
6464

65+
6566
In pseudocode the algorithm above could be written as follows:
6667
```
6768
Root.OS = Pivot.RS

0 commit comments

Comments
 (0)