Skip to content

Commit 8c8527c

Browse files
chore: fix typos in src/main/java/com/thealgorithms/datastructures/trees/AVLSimple.java (#7029)
Fix typos in src/main/java/com/thealgorithms/datastructures/trees/AVLSimple.java
1 parent 0c277a1 commit 8c8527c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/datastructures/trees/AVLSimple.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.thealgorithms.datastructures.trees;
22

33
/*
4-
* Avl is algo that balance itself while adding new alues to tree
4+
* Avl is algo that balance itself while adding new values to tree
55
* by rotating branches of binary tree and make itself Binary seaarch tree
66
* there are four cases which has to tackle
77
* rotating - left right ,left left,right right,right left

0 commit comments

Comments
 (0)