We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c277a1 commit 8c8527cCopy full SHA for 8c8527c
1 file changed
src/main/java/com/thealgorithms/datastructures/trees/AVLSimple.java
@@ -1,7 +1,7 @@
1
package com.thealgorithms.datastructures.trees;
2
3
/*
4
-* Avl is algo that balance itself while adding new alues to tree
+* Avl is algo that balance itself while adding new values to tree
5
* by rotating branches of binary tree and make itself Binary seaarch tree
6
* there are four cases which has to tackle
7
* rotating - left right ,left left,right right,right left
0 commit comments