Skip to content

Commit e381bc8

Browse files
Update Dfs_Exerscise.md
1 parent 5f1c5f8 commit e381bc8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

‎algorithms/8_depth_first_search/Dfs_Exerscise.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# DFS Exercise
22

3-
![alt text](https://github.com/beladiyadarshan/Dfs/blob/main/emp.png?raw=true)
3+
![Overview : Employee hierarchy](https://github.com/beladiyadarshan/Dfs/blob/main/emp.png?raw=true)
44

5-
Given a Graph in Dictionary Form
6-
7-
-print all employees who are reporting to given employee
5+
Given a Graph in Dictionary Form.You have to print all employees who are reporting to given employee
86

97
```
108
data = {"karan": {"darshan","nikhil"},

0 commit comments

Comments
 (0)