Relative Content

Tag Archive for alpha-beta-pruning

Alpha Beta pruning with passes

How would the basic alpha beta pruning algorithm would look like if a player has no legal moves and must pass its turn to its opponent? (if neither player had legal moves then the game finishes and the search shall return the payoff of the position)
Thanks in advance