Data Structure Library, Sorting Algorithms, Unit Tests, Minesweeper, FreeCell, Djikstra
CST 211 Data Structures Oregon Tech Wilsonville, Winter 2017/18
Templated Data Structures:
Array, Array2D, Array2DP (Pointer), ArrayQueue, ArrayStack, AVL Tree, BinarySearchTree, DLList (Doubly Linked List), ListQueue, ListStack, DirectoryTree, GenericTree, Graph, HashMap
Templated Sorting Algorithms:
Selection Sort, Bubble Sort, Bubble Sort (improved), Insertion Sort, Heap Sort, Quick Sort, Shell Sort, Merge Sort
Excel analysis comparing sorting algorithm performance using my arrays, STL Vectors, and C arrays
Accessories:
List Iterators, Exceptions
Applications:
FreeCell, Minesweeper, Dijkstra's Algorithm