Question:
Properties of Greedy search
Author: Christian NAnswer:
Complete in finite space with repeated-state checking Time complexity: O(b^m), but a good heuristic can give dramatic improvement Space complexity: O(b^m) keeps all nodes in memory Optimal? No. *where b is the maximum branching factor of the tree and m is the maximum depth of the state space
0 / 5 Â (0 ratings)
1 answer(s) in total