Skip to content

Commit 56e6455

Browse files
authored
Update AVLExp.md
Saving changes
1 parent 14f0c98 commit 56e6455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algorithms/explanations/AVLExp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ the root to the 1 (where the new node was added), restoring the balance
6262
cause the AVL tree balance condition to be violated). Right rotation is
6363
done by calling rightRotate(t6), where t6 is the tree rooted at 6.
6464

65-
![](images/AVL/AVL-left-left.jpg) This picture is from Greek for Geeks, and is only a placeholder to show proof of concept inserting diagrams, and to check things like size and cropping.
65+
![Alt text if image doesn't open: AVL-left-left](images/AVL/AVL-left-left.jpg){width=120,height=50} This picture is from Greek for Geeks, and is only a placeholder to show proof of concept inserting diagrams, and to check things like size and cropping.
6666

6767

6868

0 commit comments

Comments
 (0)