Strongly connected components

Home > Computer Science > Algorithms and data structures > Graph Traversal > Strongly connected components

A set of nodes in a directed graph where there is a path from every node in the set to every other node in the set.