Tarjan's strongly connected components algorithm: Difference between revisions

Content deleted Content added
m Literature: Literature→References
m Links: wikify
Line 45:
* Robert Tarjan: ''Depth-first search and linear graph algorithms''. In: ''SIAM Journal on Computing''. Vol. 1 (1972), No. 2, P. 146-160.
 
== LinksExternal links ==
*[http://www.ics.uci.edu/~eppstein/161/960220.html#sca Description of Tarjan's Algorithm]<br>
*[http://algowiki.net/wiki/index.php/Tarjan%27s_algorithm Implementation of Tarjan's Algorithm in Java]
 
[[Category:Graph algorithms]]