Nov 20
schedule
Go over upcoming deadlines as listed on assignments page.
min/max
Finish recursion with a discussion of the two player min/max game analysis tree.
Discuss
- the specifics of the subtraction game (yes, it's simple)
- the solution to this particular game
- the minmax recursive algorithm (brute force, without understanding the solution)
- walk through the attached code slowly, and discuss
Depending on time, either
- try to adapt for a different game
- modify as an object-oriented program