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.
Related Posts
Which approach is to pretend that a pure divide and conquer algorithm will work?
What is the other name of the backward state-space search?
What is the other name for forward state-space search?
How many ways are available to solve the state-space search?
Which is the most straightforward approach for planning algorithm?
Which function is used to calculate the feasibility of whole game tree?
Which is identical to the closed list in Graph search?
Join The Discussion