+1 vote
in Artificial Intelligence by
Which search is complete and optimal when h(n) is consistent?

(a) Best-first search

(b) Depth-first search

(c) Both Best-first & Depth-first search

(d) A* search

This question was posed to me in an interview for internship.

Question is taken from Informed Search Strategy topic 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 (d) A* search

Explanation: None.
...