Tarjan's strongly connected components algorithm: Difference between revisions

Content deleted Content added
capitalisation
Tags: Mobile edit Mobile web edit
Line 36:
''index'' := 0
''S'' := empty array
'''for each''' ''v'' '''in''' ''V'' '''do'''
'''if''' (''v''.index is undefined) '''then'''