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"
File List:
Stack/
0b
Stack/Stack.dsp
4Kb
Stack/Stack.dsw
1Kb
Stack/stack.h
1Kb
Stack/test.cpp
319b
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 ... 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 ... 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 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 ...