If you know for sure that the single goal state for a problem is at depth 17, and the search space has a large branching factor, then the best search algorithm is _____.
A) Depth-first search
B) Breath-first search
C) Depth-limited search (limit set to 17)
D) Iterative-deepening



Answer :

Other Questions