Python Forum
DFS and BFS - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: DFS and BFS (/thread-27212.html)



DFS and BFS - garry1415 - May-29-2020

What happens if the ending cell is very close to the starting cell? Is DFS guaranteed to be faster than BFS?


RE: DFS and BFS - Larz60+ - May-29-2020

Please don't assume everyone knows acronyms.