Content deleted Content added
Eclecticos (talk | contribs) m →The algorithm in pseudocode: deleted extra space character |
No edit summary Tag: Reverted |
||
Line 61:
''// If ''w'' is not on stack, then (''v'', ''w'') is an edge pointing to an SCC already found and must be ignored
''// Note: The next line may look odd - but is correct.''
''// It says w.index not w.lowlink; that is deliberate and from the original paper, although either will work''
''v''.lowlink := min(''v''.lowlink, ''w''.index)
|