Aiphabet

Adversarial Search Quiz

  1. What makes adversarial search different from regular search problems?
  1. In the Minimax algorithm, what does the "Max" player try to do?
  1. What is Alpha-Beta Pruning used for in game-playing algorithms?
  1. In a tic-tac-toe game tree, what do the terminal nodes (leaf nodes) represent?
  1. Why do complex games like chess use evaluation functions instead of exploring the entire game tree?