AI MCQ #222: Which search uses the problem specific knowledge beyond the definition of the pr…

Q222. Which search uses the problem specific knowledge beyond the definition of the problem?

  • a) Informed search
  • b) Depth-first search
  • c) Breadth-first search
  • d) Uninformed search

✅ Correct Answer: A) Informed search

Explanation: Informed search can solve the problem beyond the function definition, So does it can find the solution more efficiently.