Graph Theory37 sections · 1633 units
Open in CourseQuiz: SCC Optimization
Knowledge check
Check Your Understanding
After finding SCCs, you want to find the minimum edges to add so the entire graph becomes strongly connected. What do you do first?
- A.Compress each SCC into a single node (condensation)
- B.Delete all edges within SCCs
- C.Find the MST of the SCCs
- D.Run Dijkstra between all SCC pairs