A complete and easy to use avl tree with insert,delete and search funtions. Also for printing in level order, it makes use of a template queue in the included file "queue2". Plz. Rate for me, if u like the code
File List:
AVLTREE.CPP
9Kb
Queue2.cpp
1Kb
Similar code
_Palindrome Checker
(Popularity: ) : Palindrome checker that uses stacks and Queue's (my own, not STL). Uses basic win32api. A palindrome is a string that reads forwards as it would backwards. e.g. 'bob' is a strong palindrome, 'maddam' is a strong palindrome, 'ann a' is ... A Simple C++ Stack
(Popularity: ) : These program implements a stack and use a static array to store the data,there is a lot of methods for manipulating the data: "push", "pop", "size" Bank data base with link list
(Popularity: ) : It is Bank database with the help of Link List. In which u creat accounts delete account debits and credits Zakat(it is an islamic rule in which a rich person gives a 2 1/2% of his property to the poor ... Link List - Data Structure
(Popularity: ) : You can learn Pointer & Link List easily. Familiar with Link List Sorted Link List - Data Structure
(Popularity: ) : Familiar With Link List & Pointer AVLTree Display
(Popularity: ) : Implementation of AVL Tree with recursive Display member function. Tree displayed sideways left to right. If you want to play with it you can change data.txt file. Please rate it. ADT dinamic array (Generic)
(Popularity: ) : Implements a dinamic array without making uso of linked list. Instead i use the instruction realloc when the array needs to grow. The array allow elements of any type. Workshop Simulation
(Popularity: ) : A workshop made by using a priority queue a link list which will decide if one of the mechanic is not available how to efficiently use the workshop with other part time mechanic