8000 Updated Readme · coderaven/avl-tree@c003b73 · GitHub
[go: up one dir, main page]

Skip to content

Commit c003b73

Browse files
author
Raven
committed
Updated Readme
1 parent 7f875f8 commit c003b73

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ AVL Tree
22
========
33
( NOTE: I used DevC++ as the IDE when coding. Some of the functions such as getch() is not applicable to
44
some IDE like Netbeans. If however you would want to use Netbeans, then just change the getch() parts
5-
into a scanf() and debug! :))
5+
into a scanf(), change the switch() to get an integer not a character and debug! :))
6+
7+
UPDATE: There is no windows like system() calls in netbeans and codeblocks since their consoles are of Unix type.
8+
For this, you need to delete all the lines having "system("pause");" and "system("cls");".
69

710
An AVL tree is a self balancing Binary Search Tree.
811
It makes your algorithm more stable by making the time effeciency to O(log n).

0 commit comments

Comments
 (0)
0