Home
Random
Nearby
Log in
Settings
Donate Now
If Wikipedia is useful to you, please give today.
About Wikipedia
Disclaimers
Search
Tarjan's strongly connected components algorithm: Difference between revisions
Article
Talk
Language
Watch
View history
Edit
Browse history interactively
← Previous edit
Next edit →
Content deleted
Content added
Visual
Wikitext
Revision as of 15:55, 3 May 2022
edit
141.85.150.221
(
talk
)
→
The algorithm in pseudocode
Tag
:
Reverted
← Previous edit
Revision as of 15:57, 3 May 2022
edit
undo
141.85.150.224
(
talk
)
→
The algorithm in pseudocode
Tag
:
Reverted
Next edit →
Line 37:
'''output:''' set of strongly connected components (sets of vertices)
''index'' := 0
Dragomir Alexandru
Dragonu
''S'' := empty stack
'''for each''' ''v'' '''in''' ''V'' '''do'''