_Palindrome Checker
(Popularity: ) : Palindrome checker that uses stacks and Queue's (my own, not STL). Uses basic win32api. A palindrome is a string that ... 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 ... 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 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 ...