Requirements
-Use the Minimax algorithm to compute the minimax value
for each node for the game tree in problem 2 (A).
-Write a program to use Minimax algorithm to compute the
minimax value for the root node for the game tree in program 2
(A).
Problem 2 A. Minimax Given with the game tree below. MAX MIN (16) (12) MAX (13 (11) (10) 8 MIN 5 (10) (12) 5
Requirements -Use the Minimax algorithm to compute the minimax value for each node for the game tree in problem 2 (A). -
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am