Skip to content

Commit acc5909

Browse files
committed
Merge remote-tracking branch 'origin/master'
# Conflicts: # gifs/dfs.gif
2 parents d2d84da + a5a1288 commit acc5909

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@
1313
### Breadth First Search
1414
Breadth First Search is unweighted and gaurantee a optimal path.
1515
![](https://github.com/ss892714028/Maze-PathFinder-Visualization-Python/blob/master/gifs/bfs.gif)
16+
17+
### 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)

0 commit comments

Comments
 (0)