Question:
What are properties of DFS?
Author: Christian NAnswer:
Strongly depends whether graph or tree-search is applied Graph-search Avoids repeated states and redundant paths, complete in finite state spaces, but may store every node Tree-search Not complete even in finite state spaces (loops) Modified tree-search Checks new state against those on the path from current node to the root, complete in finite state spaces
0 / 5 Â (0 ratings)
1 answer(s) in total