InterviewSolution
Saved Bookmarks
| 1. |
Greedy search strategy chooses the node for expansion in ___________(a) Shallowest(b) Deepest(c) The one closest to the goal node(d) Minimum heuristic costI have been asked this question in quiz.This key question is from Informed Search and Exploration topic in chapter Problem Solving of Artificial Intelligence |
|
Answer» The correct choice is (c) The ONE closest to the goal node |
|