For a potential job I was asked to write out a summary of classes I took at WVU which involved programming. So I figure I should put them out into the web.
Creation and manipulation of data objects (sets and collections) in an object-oriented environment including using recursive solutions for problems. The major project was a mathematical modeling of the Knight’s Tour chess problem using recursively called object methods. Programming was done using C++ in a Linux environment.