Page 1 of 1

**PLEASE SOLVE IT ON YOUR OWN AND DON'T COPY FROM ANOTHER answers ANSWER UNLESS IT'S IDENTICAL OR -1**

Posted: Mon May 02, 2022 12:40 pm
by answerhappygod
**PLEASE SOLVE IT ON YOUR OWN AND DON'T COPY FROM
ANOTHER answers ANSWER UNLESS IT'S IDENTICAL OR -1**
Please Solve It On Your Own And Don T Copy From Another Chegg Answer Unless It S Identical Or 1 1
Please Solve It On Your Own And Don T Copy From Another Chegg Answer Unless It S Identical Or 1 1 (96.57 KiB) Viewed 31 times
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