Question:
What are some examples of search strategies?
Author: Christian NAnswer:
Completeness does it always find a solution if one exists? Time complexity number of nodes generated/expanded Space complexity maximum number of nodes in memory Optimality does it always find a least-cost solution? Time and space complexity are measured in terms of ? maximum branching factor of the search tree ? depth of the least-cost solution ? maximum depth of the state space (can be ∞)
0 / 5 (0 ratings)
1 answer(s) in total