4

When we perform the tic-tac-toe game using adversarial search, I know how to make a tree. Is there a way to find the depth of the tree, and which level is the last level?

nbro
  • 39,006
  • 12
  • 98
  • 176
Adil Mustafa
  • 163
  • 1
  • 4

1 Answers1

0

If you mean minimax search as adversarial, you can take a number of free spaces on the board as an upper bound of the tree depth.