File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616
1717### Breadth First Search
1818Breadth First Search is unweighted and guarantee a optimal path.
19- ![ ] ( https://github.com/ss892714028/Maze-PathFinder-Visualization-Python/blob/master/gifs/bfs.gif )
19+ ![ BFS ] ( https://github.com/ss892714028/Maze-PathFinder-Visualization-Python/blob/master/gifs/bfs.gif )
2020
2121### Depth First Search
2222Depth First Search is unweighted and does not guarantee a optimal path.
23- ![ ] ( https://github.com/ss892714028/Maze-PathFinder-Visualization-Python/blob/master/gifs/dfs-nonoptimal.gif )
23+ ![ DFS ] ( https://github.com/ss892714028/Maze-PathFinder-Visualization-Python/blob/master/gifs/dfs-nonoptimal.gif )
2424
2525### Astar (A* )
2626A* is weighted and guarantee a optimal path.
27- ![ ] ( https://github.com/ss892714028/Maze-PathFinder-Visualization-Python/blob/master/gifs/astar_ez.gif )
28-
27+ ![ A * easy ] ( https://github.com/ss892714028/Maze-PathFinder-Visualization-Python/blob/master/gifs/astar_ez.gif )
28+ ![ A * ] ( https://github.com/ss892714028/Maze-PathFinder-Visualization-Python/blob/master/gifs/astar.gif )
You can’t perform that action at this time.
0 commit comments