##BSTMultiStringColl
That Reads through multi text files, and counts the occurrence of words in each file, then compares the words among each file, using Binary Search Tree.
##InputGraphicMaze2
Progam that builds a maze, and then will build a path through the maze using the Depth-First-Search Algorithm.
##Binary Search Tree
Basic program using BST.
##Intcoll Assignments Includes Intcoll Assignments 1 - 6
##Sorts
Running the different sorting algorithms at high amounts to graph the data.
##Trees
Extra Credit Problems.
Each of the programs were given out in Professor Korsh's Data Structures class. I applied what was given and also added to each of the programs. More information on each program can be found in each Programs Read Me's.