AI MCQ #193: Which is the best way to go for Game playing problem?

Q193. Which is the best way to go for Game playing problem?

  • a) Linear approach
  • b) Heuristic approach (Some knowledge is stored)
  • c) Random approach
  • d) An Optimal approach

✅ Correct Answer: B) Heuristic approach (Some knowledge is stored)

Explanation: We use a Heuristic approach, as it will find out brute force computation, looking at hundreds of thousands of positions. e.g Chess competition between Human and AI based Computer. Uninformed Search Strategy