Skip to content

Commit 65e7423

Browse files
author
khanhkhanhlele
committed
Fix typos in src/main/java/com/thealgorithms/datastructures/trees/AVLSimple.java
1 parent f0a437d commit 65e7423

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)