+1 vote
in Artificial Intelligence by
Which is the most straightforward approach for planning algorithm?

(a) Best-first search

(b) State-space search

(c) Depth-first search

(d) Hill-climbing search

This question was addressed to me in semester exam.

Enquiry is from State Space Search in section Adversarial Search of Artificial Intelligence

Select the correct answer from above options

Interview Questions and Answers, Database Interview Questions and Answers for Freshers and Experience

1 Answer

0 votes
by
Right answer is (b) State-space search

For explanation I would say: The straightforward approach for planning algorithm is state space search because it takes into account of everything for finding a solution.
...