⟩ 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
b) 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.