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 57649b9 commit 38f7123Copy full SHA for 38f7123
README.md
@@ -2,10 +2,9 @@
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;
+- create nodes in the tree (the tree creates nodes and checks it self to keep the tree balanced);
+- find height of the tree;
+- search nodes in the tree;
+- display all nodes in the tree;
+- delete nodes in the tree (keeping the tree balanced);
+- display number of all nodes in the tree;
0 commit comments