Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Dfs_Exerscise.md
  • Loading branch information
beladiyadarshan authored Dec 23, 2020
commit e381bc8e434d2ab7769220090c26603c9f67584d
6 changes: 2 additions & 4 deletions algorithms/8_depth_first_search/Dfs_Exerscise.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# DFS Exercise

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

Given a Graph in Dictionary Form

-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

```
data = {"karan": {"darshan","nikhil"},
Expand Down