Alternative Algorithm for finding the strongly connected components of a graph
Keywords:
strongly connected components, condensed graph, depth search, time complexityAbstract
An alternative O(n2) algorithm for finding the strongly connected components of a graph is presented. This algorithm is much easier to apply in practice than the classic algorithm that uses two graph depth searches.