SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start


From course:

Intro to AI 1

» Start this Course
(Practice similar questions for free)
Question:

What is the difference between graph search and tree search?

Author: Christian N



Answer:

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