Skip to content

Commit 93f9e88

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ Depth First Search is unweighted and does not guarantee a optimal path.
2323
![](https://github.com/ss892714028/Maze-PathFinder-Visualization-Python/blob/master/gifs/dfs-nonoptimal.gif)
2424

2525
### Astar (A*)
26-
A* is weighted and guarantee a optimal path.
26+
A* is weighted and guarantee a optimal path.
2727
![](https://github.com/ss892714028/Maze-PathFinder-Visualization-Python/blob/master/gifs/astar_ez.gif)
2828

0 commit comments

Comments
 (0)