Minimax Exercise
- Here's a partially completed tic tac toe game.
-
- Draw out the rest of the minimax tree (you can skip some bits).
- From the leaves, you should be able to get values to pass up.
- What branch should O pick?
- What's the value of the root node (the empty board)?