Skip to content

Commit 38f7123

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

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
AVL tree realisation using Python 3
33

44
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;
5+
- create nodes in the tree (the tree creates nodes and checks it self to keep the tree balanced);
6+
- find height of the tree;
7+
- search nodes in the tree;
8+
- display all nodes in the tree;
9+
- delete nodes in the tree (keeping the tree balanced);
10+
- display number of all nodes in the tree;

0 commit comments

Comments
 (0)