tree search Flashcards
1
Q
What is Breadth First Search?
A
Expand the shallowest undexplored nodes.
2
Q
What is depth first search?
A
Expand the deepest unexpanded node.
CS255 - SEARCHES > tree search > Flashcards
What is Breadth First Search?
Expand the shallowest undexplored nodes.
What is depth first search?
Expand the deepest unexpanded node.