Assignment 2
Due Friday, Feb. 24, midnight in the CS47225
assignment bin.
- Exercise
4.6
- Exercise
4.9
- Exercise
4.11
- Exercise
4.12
- Exercise
6.1
- Exercise
6.2
- Write your own tic-tac-toe program with
techniques discussed in class. Your program should be able to play n
by n boards with m in a row. Do not submit code; rather, answer:
- Describe the algorithms and techniques
you used in your program.
- Which techniques were most useful?
- For what values of n and m can you solve
the entire game tree?
- How many nodes do these scenarios
generate?
- Do optimal players tie in these
scenarios or is one player guaranteed to win? If one player wins, which one?