We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d66d7 commit 1f1abfaCopy full SHA for 1f1abfa
src/algorithms/explanations/AVLExp.md
@@ -1,4 +1,4 @@
1
-# AVL Tree Background
+# AVL Tree
2
3
A binary tree is either is either empty (Empty) or else it
4
it has a root node and two subtrees (which are binary trees).
0 commit comments