Content deleted Content added
Reverted 1 edit by 137.132.228.35 (talk): Rv linkspam. (TW) |
wording |
||
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]], matching the time bound for alternative methods including [[Kosaraju's algorithm]] and the [[path-based strong component algorithm]]. Tarjan's Algorithm is named for its
== Overview ==
|