My code from CMSI 2120: Data Structures and Applications at LMU
Four Sum: Uses an implementation of a HashTable to determine if any four numbers add up to a given sum
Ganba Infusion: A merge game centered around professors
Prerequisites: Uses an implementation of a Graph to determine if an array of prerequisites can be traversed
Ternary Tree: A ternary search tree implementation of a text-autocompletion trie using priority search