InterviewSolution
Saved Bookmarks
| 1. |
Breadth-first search always expands the ______ node in the current fringe of the search tree.(a) Shallowest(b) Child node(c) Deepest(d) Minimum costThis question was posed to me during an interview.I need to ask this question from Uninformed Search and Exploration topic in portion Problem Solving of Artificial Intelligence |
|
Answer» Correct ANSWER is (a) Shallowest |
|