We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c25b074 commit 950de89Copy full SHA for 950de89
Graphs/DFS/readme.md
@@ -19,6 +19,8 @@ Time complexity of DFS is `O(V+|E|)`, where V is the number of vertices and E is
19
The space complexity of the DFS algorithm is `O(V)`, where V is the number of vertices.
20
21
## Input & Output:
22
+<img src="../DFS/Images/dfs.jpg">
23
+
24
### Input:
25
26
```python
0 commit comments