Skip to content

Commit e7044c4

Browse files
authored
Update README.md
1 parent 400ba1a commit e7044c4

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
@@ -18,7 +18,7 @@ Breadth First Search is unweighted and guarantee a optimal path.
1818
Depth First Search is unweighted and does not guarantee a optimal path.
1919
![](https://github.com/ss892714028/Maze-PathFinder-Visualization-Python/blob/master/gifs/dfs-nonoptimal.gif)
2020

21-
### A star (A*)
21+
### Astar (A*)
2222
A* is weighted and guarantee a optimal path.
2323
![](https://github.com/ss892714028/Maze-PathFinder-Visualization-Python/blob/master/gifs/astar.gif)
2424

0 commit comments

Comments
 (0)