InterviewSolution
Saved Bookmarks
| 1. |
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* searchThis 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 |
| Answer» | |