|
Experimental Code
Code Written To Experiment With Various Techniques And Otherwise Not Very Useful...
|
Files | |
| file | DoubleLinkedList.cpp [code] |
| Implementations of longer template methods of the DoubleLinkedList.h file. | |
| file | DoubleLinkedList.h [code] |
| Double Linked List defintion. | |
| file | DoubleLinkedListImpl.cpp [code] |
| Implementations of longer template methods of the DoubleLinkedListImpl.h file. | |
| file | DoubleLinkedListImpl.h [code] |
| Implementation details of a DoubleLinkedList. | |
| file | Iterator.cpp [code] |
| file | Iterator.h [code] |
| Iterator definition. | |
| file | ListMergeSort.h [code] |
| DoubleLinkedList-based Merge Sort. | |
| file | Predicates.h [code] |
| A collection of helpful predicates for comparison, etc. | |