+1 vote
in Artificial Intelligence by
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

Select the correct answer from above options

Interview Questions and Answers, Database Interview Questions and Answers for Freshers and Experience

1 Answer

0 votes
by
The correct option is (b) Greedy best-first search

The best explanation: Because of using greedy best-first search, It will quickly lead to the solution of the problem.

Related questions

+1 vote
asked Nov 1, 2021 in Artificial Intelligence by DavidAnderson
+1 vote
asked Nov 22, 2021 in Artificial Intelligence by DavidAnderson
...