Skip to content

Commit c0c5e1a

Browse files
committed
Second try to commit
1 parent 41fa30f commit c0c5e1a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/algorithms/explanations/AVLExp.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ the root to the 1 (where the new node was added), restoring the balance
5959
cause the AVL tree balance condition to be violated). Right rotation is
6060
done by calling rightRotate(t6), where t6 is the tree rooted at 6.
6161

62+
![](images/AVL/AVL-left-left.jpg) Picture courtesy of Greek for Geeks
63+
64+
65+
66+
6267

6368

6469
```

0 commit comments

Comments
 (0)