Data Structures and Algorithms
Here are some of them :
Data Structures - data conatainers
You can find more source files at this place:
ftp.cs.uop.edu ,access via ftp it appears at directory:
pub/C++
Algorithms- which manipulate on the data containers
Dynamic Array(template) Program
Generic Linked List class
Stack Program
Queue Program
String class
Binary Tree Program
AVL Tree Dictionary Program
Hashtable Program - Hashtable with 100 linked lists
Sorts
Those sorts are present according to their efficiency:
Exchange Sort
Bubble sort
Selection Sort
Insertion Sort
Quick Sort