DAA HT23, Strongly connected components
Flashcards
What a strongly connected component of a graph $G$?
A maximal set of vertices $C \subseteq V$ such that for every pair of vertices $u \leadsto v$ and $v \leadsto u$.
When constructing a topological sort of a DAG, what order do you consider vertices in?
Reverse finishing time.