We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 559a404 commit ccfa6f3Copy full SHA for ccfa6f3
1 file changed
docs/modules/5_path_planning/grid_base_search/grid_base_search_main.rst
@@ -45,6 +45,13 @@ Code Link
45
:undoc-members:
46
:show-inheritance:
47
48
+References
49
+----------
50
+
51
+- **Algorithm:** `Breadth-First Search (BFS) <https://en.wikipedia.org/wiki/Breadth-first_search>`_
52
+- **Visualization:** Matplotlib animation
53
+- **Maze Solver:** `AI Maze BFS Example <https://medium.com/@luthfisauqi17_68455/artificial-intelligence-search-problem-solve-maze-using-breadth-first-search-bfs-algorithm-255139c6e1a3>`_
54
55
56
Depth First Search
57
~~~~~~~~~~~~~~~~~~~~
0 commit comments