Skip to content

Commit 20fdfe3

Browse files
authored
Update README.md
1 parent 8cad744 commit 20fdfe3

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
@@ -11,9 +11,9 @@
1111

1212

1313
### Breadth First Search
14-
Breadth First Search is unweighted and gaurantee a optimal path.
14+
Breadth First Search is unweighted and guarantee a optimal path.
1515
![](https://github.com/ss892714028/Maze-PathFinder-Visualization-Python/blob/master/gifs/bfs.gif)
1616

1717
### Depth First Search
18-
Depth First Search is unweighted and does not gaurantee a optimal path.
18+
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)

0 commit comments

Comments
 (0)