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 mentioned
This 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