Characterizing Strongly Connected Components
Learn how the notion of strongly connected components of a digraph signifies a stronger sense of being connected.
We'll cover the following
We’ll be covering two applications of depth-first search for finding structures that we refer to as the strongly connected components of digraphs. In this lesson, we cover some prerequisite material for these algorithms.
Connectedness in digraphs
The components of a graph embody the essence of connectedness, where every vertex of a component is reachable from every other vertex of that component through some path. In digraphs, the notion of being connected is more nuanced. There could be a path leading from a vertex to a vertex , and yet could be unreachable from .
See, for example, how there’s a path from to in the following digraph but none from to .
Get hands-on with 1400+ tech skills courses.