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

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



Discussion

No Comment Found

Related InterviewSolutions