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 a149057Copy full SHA for a149057
src/algorithms/explanations/AVLExp.md
@@ -1,4 +1,4 @@
1
-# AVL Tree Background
+# AVL Trees
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