InterviewSolution
Saved Bookmarks
| 1. |
General algorithm applied on game tree for making decision of win/lose is ____________(a) DFS/BFS Search Algorithms(b) Heuristic Search Algorithms(c) Greedy Search Algorithms(d) MIN/MAX AlgorithmsI had been asked this question in an online quiz.Enquiry is from Game Theory in section Adversarial Search of Artificial Intelligence |
|
Answer» Correct answer is (d) MIN/MAX Algorithms |
|