Skip to content

Commit cd8b463

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 05760ad + 20fdfe3 commit cd8b463

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 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.
19-
![](https://github.com/ss892714028/Maze-PathFinder-Visualization-Python/blob/master/gifs/dfs.gif)
18+
Depth First Search is unweighted and does not guarantee a optimal path.
19+
![](https://github.com/ss892714028/Maze-PathFinder-Visualization-Python/blob/master/gifs/dfs-nonoptimal.gif)

0 commit comments

Comments
 (0)