Skip to content

Commit b88b1c3

Browse files
authored
Update README.md
1 parent d5dda5c commit b88b1c3

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
@@ -14,7 +14,7 @@
1414
* DFS
1515
* ASTAR (A*)
1616

17-
### Breadth First Search (unweighted Dijastra)
17+
### Breadth First Search (unweighted Dijkstra)
1818
Breadth First Search is unweighted and guarantee a optimal path.
1919
![BFS](https://github.com/ss892714028/Maze-PathFinder-Visualization-Python/blob/master/gifs/bfs.gif)
2020

0 commit comments

Comments
 (0)