Which of the following search method will expand the node that is nearest to the goal?

🎲 Try a Random Question  |  Total Questions in Quiz: 10  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Artificial Intelligence Practice Test: Informed Search Strategy — practice the complete quiz, review flashcards, or try a random question.

Informed Search Strategies use some heuristic function to choose the node to ensure the most promising way to reach the goal. The most popular way to give the search problem more information about the problem is using heuristic functions. 


Which of the following search method will expand the node that is nearest to the goal?