Tarjan's strongly connected components algorithm: Difference between revisions

Content deleted Content added
m Remarks: +Mathsify
No edit summary
Line 1:
'''Tarjan's Algorithm''' (named for its discoverer, [[Robert Tarjan]]) is a [[graph theory]] [[algorithm]] for finding the [[strongly connected components]] of a [[Graph (data structure)|graph]]. ItAlthough it precedes it chronologically, it can be seen as an improved version of [[Kosaraju's algorithm|Kosaraju's algorithm]], and is comparable in efficiency to [[Gabow's algorithm]].
 
== Idea ==