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 peoples).
This is my second semester project of Data Structure. 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 peoples).
File List:
Bank database using linklist/
0b
Bank database using linklist/DS.CPP
46Kb
Bank database using linklist/Ds-proj.doc
156Kb
Bank database using linklist/readme.txt
420b
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" 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. AVL tree with template queue
(Popularity: ) : 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 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