tarjan.h File Reference Go to the source code of this file.
Detailed DescriptionSimple implementation of of Tarjan's algorithm for computing the strongly connected components of a directed graph, . Run-time complexity is . The implementation is based on "http://en.wikipedia.org/wiki/Tarjan's_strongly_connected_components_algorithm". Function Documentation
Compute the strongly connected components of a directed graph, . The components are returned in reverse topological sorted sequence.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||