Skip to content

Commit ddd103f

Browse files
authored
Update README.md
1 parent 0c321b8 commit ddd103f

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)