**PLEASE SOLVE IT ON YOUR OWN AND DON'T COPY FROM
ANOTHER answers ANSWER UNLESS IT'S IDENTICAL OR -1**
Problem 1 (20 points) Consider the graph shown on the right. Find the strongly connected components of the graph. Whenever you use DFS and there is a choice of nodes to explore, always pick the one that is alphabetically first. a) (7 points) Run DFS on the reverse graph starting at node A. Show the discovery and finish times of each vertex. b) (7 points) Run DFS again to discover the strongly connected components. What is the order the components are discovered? c) (4 points) Draw the DAG of the components. Now topologically sort this DAG by running DFS and computing the discovery/finish time of the nodes. Identify all source and sink components. d) (2 points) What is the minimum number of edges that can be added to make the entire graph strongly connected? G H
**PLEASE SOLVE IT ON YOUR OWN AND DON'T COPY FROM ANOTHER answers ANSWER UNLESS IT'S IDENTICAL OR -1**
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
**PLEASE SOLVE IT ON YOUR OWN AND DON'T COPY FROM ANOTHER answers ANSWER UNLESS IT'S IDENTICAL OR -1**
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!