| 
    
    
     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,  The implementation is based on "http://en.wikipedia.org/wiki/Tarjan's_strongly_connected_components_algorithm". Function Documentation◆ tarjan()
 Compute the strongly connected components of a directed graph,  The components are returned in reverse topological sorted sequence. 
  | 
    |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||