InterviewSolution
Saved Bookmarks
| 1. |
Which search method will expand the node that is closest to the goal?(a) Best-first search(b) Greedy best-first search(c) A* search(d) None of the mentionedThis question was posed to me during an internship interview.I'm obligated to ask this question of Informed Search Strategy topic in division Problem Solving of Artificial Intelligence |
|
Answer» The CORRECT OPTION is (B) Greedy best-first search |
|