AI MCQ #229: Which search method will expand the node that is closest to the goal?

Q229. 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

✅ Correct Answer: B) Greedy best-first search

Explanation: Because of using greedy best-first search, It will quickly lead to the solution of the problem. Informed Search and Exploration