Skip to content

Commit ab795c1

Browse files
authored
Update README.md
1 parent cfe9b23 commit ab795c1

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
@@ -33,11 +33,11 @@ python ./src/drawer.py
3333
All contributions are welcome. :)
3434

3535
## Algorithm Implemented
36-
* BFS (unweighted Dijastra)
36+
* BFS
3737
* DFS
3838
* ASTAR (A*)
3939

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

0 commit comments

Comments
 (0)