5 questions to test your understanding
Vertex v in a digraph has no outgoing edges and no self-loop. What is v's strongly connected component?
Why is the condensation digraph (the DAG formed by collapsing each SCC to a node) always acyclic?
In a strongly connected digraph, every pair of vertices can reach each other via directed paths.
If vertices u and v are in the same strongly connected component, there should be a direct edge from u to v and from v to u.
Explain why the condensation of a digraph is always a DAG, and why this property is useful.