Skip to content

Commit d5dda5c

Browse files
authored
Update README.md
1 parent 8a972d9 commit d5dda5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ Depth First Search is unweighted and does not guarantee a optimal path.
2424

2525
### Astar (A*)
2626
A* is weighted and guarantee a optimal path.
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)
27+
![A* easy](https://github.com/ss892714028/Maze-PathFinder-Visualization-Python/blob/master/gifs/a-star_ez.gif)
28+
![A*](https://github.com/ss892714028/Maze-PathFinder-Visualization-Python/blob/master/gifs/a-star.gif)

0 commit comments

Comments
 (0)