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).
For requirements 1 and 2, write your answer on a paper
or use photo editor to modify the given tree. If answer is written
on a paper take photo of your answer and attached, it in this file.
Note: Make sure that the attached photo is clear without any
erasures or corrections.
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