Skip to content

Commit 71d4d0f

Browse files
authored
Update README.md
1 parent 93f9e88 commit 71d4d0f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616

1717
### Breadth First Search
1818
Breadth 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
2222
Depth 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*)
2626
A* 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)

0 commit comments

Comments
 (0)