Content deleted Content added
Correct notation for space complexity to use "|V|" in place of "v". |
No edit summary |
||
Line 11:
|complete=
}}
'''Tarjan's algorithm''' is an [[algorithm]] in [[graph theory]] for finding the [[strongly connected component]]s of a [[Graph (data structure)|graph]]. It runs in [[linear time]]{{citation needed}}, matching the time bound for alternative methods including [[Kosaraju's algorithm]] and the [[path-based strong component algorithm]]. Tarjan's
== Overview ==
|