Talk:Tarjan's strongly connected components algorithm: Difference between revisions

Content deleted Content added
Created page with '== Pseudocode is not good == In this reference [http://web.cecs.pdx.edu/~herb/cs410f99/scc.htm web.cecs.pdx.edu] we see that TarjanDfs is called ''not only'' for f...'
 
No edit summary
Line 6:
for each vertex v
if v.index is undefined
tarjan(v) // Start a DFS at the startnon-visited node
 
--[[Special:Contributions/211.25.51.200|211.25.51.200]] ([[User talk:211.25.51.200|talk]]) 07:05, 23 April 2008 (UTC)