InterviewSolution
Saved Bookmarks
| 1. |
Which function will select the lowest expansion node at first for evaluation?(a) Greedy best-first search(b) Best-first search(c) Depth-first search(d) None of the mentionedThis question was posed to me in quiz.The question is from Informed Search Strategy in chapter Problem Solving of Artificial Intelligence |
|
Answer» Right answer is (B) Best-first search |
|