Which algorithm can be used to make decision of win/lose in Game Tree?
2022
Which algorithm can be used to make decision of win/lose in Game Tree?
- A.
Greedy search algorithm
- B.
Heuristic search algorithm
- C.
Min/Max algorithm
- D.
DFS/BFS algorithm
Attempted by 155 students.
Show answer & explanation
Correct answer: C
Win/Lose decisions in Game Trees are made using the Minimax algorithm , commonly used in games like Chess, Tic-tac-toe etc.