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.

Greedy search strategy chooses the node for expansion in ___________

a) Shallowest
b) Deepest
c) The one closest to the goal node
d) Minimum heuristic cost

Answer: c
Explanation: Sometimes minimum heuristics can be used, sometimes maximum heuristics function can be used. It depends upon the application on which the algorithm is applied.

Join The Discussion