Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

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

Answer: b
Explanation: Because of using greedy best-first search, It will quickly lead to the solution of the problem.

Join The Discussion