Jennifer Belfield:  Game Programmer and Software Developer

Programs & Code

Algorithm Dictionary 2

Descriptions of algorithms are in the code headers.

Recursive Algorithms
Find Max - C++
Print forwards - C++
Print backwards - C++
Find Min - C++
BST building - C++
Weights puzzle - C++
Printing array from an Object - C++
Inheritance
Dijkstra - C++
Longest Common Subsequence - C++
Reachability - C++
BST Traversal - Java
BST Correction - Java
Negamax - C#