1 parent 5f1c5f8 commit e381bc8Copy full SHA for e381bc8
algorithms/8_depth_first_search/Dfs_Exerscise.md
@@ -1,10 +1,8 @@
1
# DFS Exercise
2
3
-
+
4
5
-Given a Graph in Dictionary Form
6
-
7
--print all employees who are reporting to given employee
+Given a Graph in Dictionary Form.You have to print all employees who are reporting to given employee
8
9
```
10
data = {"karan": {"darshan","nikhil"},
0 commit comments