Game Trees Conceptual Question
- by Chris Corbin
I am struggling to conceptually understand a question in a programming assignment for an algorithms class.
The problem is dealing with a fictitious 2 player game, named Easy. The rules of the game are simple; each player may chose one of 4 integers {0-3} after which that integer is not available for the other player. The catch is, a player…