Google News
logo
Artificial Intelligence - Quiz(MCQ)
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

Correct Answer :   State-space search


Explanation : The straightforward approach for planning algorithm is state space search because it takes into account of everything for finding a solution.

Advertisement