0 votes
in Artificial Intelligence by
Uninformed search strategies are better than informed search strategies.

(a) True

(b) False

This question was posed to me by my school teacher while I was bunking the class.

This intriguing question comes from Informed Search and Exploration in portion Problem Solving of Artificial Intelligence

Select the correct answer from above options

Interview Questions and Answers, Database Interview Questions and Answers for Freshers and Experience

1 Answer

0 votes
by
The correct choice is (b) False

To explain I would say: Informed search strategies uses some problem specific knowledge, hence more efficient to finding goals.
...