Sample Programs
Debugging Class
debug.h
The interface file.
debug.cpp
The implementation file.
testdb1.cpp
--- Static debug object test file.
testdb2.cpp
--- Dynamic debug object test file.
Lists
testLink.cpp
Sample linked list manipulation code.
link.h
Linked list header file.
link.cpp
Linked list implementation file.
Template Lists
Sample linked list manipulation code
Linked list template header file
Stacks
Sample stack manipulation code
Stack header file
Stack implementation file
Linked list header file
Linked list implementation file
Strings
String header file
String implementation file
Queues
Sample queue manipulation code
Queue header file
Queue implementation file
Linked list header file
Linked list implementation file
Binary Search Trees
Binary Search Tree header file
Binary Search Tree implementation file
Hash Tables
Hash header file
Hash implementation file
Hash test file
Sorting
mergeSort.cpp
selSort.cpp
quickSort.cpp