Strongly Connected Components (SCC)

Home > Computer Science > Algorithms and data structures > Graph Traversal > Strongly Connected Components (SCC)

A graph traversal algorithm that finds all the strongly connected components in a directed graph, which are sets of nodes that can reach each other through directed paths.