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 2295583 commit 57649b9Copy full SHA for 57649b9
README.md
@@ -1,2 +1,11 @@
1
# AVL_tree
2
AVL tree realisation using Python 3
3
+
4
+In this realisation of AVL tree I have the following methods:
5
+ - create nodes in the tree (the tree creates nodes and checks it self
6
+ to keep the tree balanced);
7
+ - find height of the tree;
8
+ - search nodes in the tree;
9
+ - display all nodes in the tree;
10
+ - delete nodes in the tree (keeping the tree balanced);
11
+ - display number of all nodes in the tree;
0 commit comments