Skip to content

Commit 950de89

Browse files
authored
Update readme.md
1 parent c25b074 commit 950de89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Graphs/DFS/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Time complexity of DFS is `O(V+|E|)`, where V is the number of vertices and E is
1919
The space complexity of the DFS algorithm is `O(V)`, where V is the number of vertices.
2020

2121
## Input & Output:
22+
<img src="../DFS/Images/dfs.jpg">
23+
2224
### Input:
2325

2426
```python

0 commit comments

Comments
 (0)