# Find strongly connected components for a directed graph

Last edited: 2026-01-28

# Statement

in a directed graph Given a directed graph $G = (V,E)$ how can we find a mapping from its vertices $V$ to the strongly connected components of $G$.

# Solutions