Question:
What is the difference between graph search and tree search?
Author: Christian NAnswer:
The only difference between tree search and graph search is that tree search does not need to store the explored set, because we are guaranteed never to attempt to visit the same state twice.
0 / 5 Â (0 ratings)
1 answer(s) in total