Skip to content

Commit 57649b9

Browse files
author
Nick
authored
Update README.md
1 parent 2295583 commit 57649b9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
11
# AVL_tree
22
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

Comments
 (0)