Talk:Tarjan's strongly connected components algorithm: Difference between revisions

Content deleted Content added
syntaxhighlight & fix lint
 
Line 164:
 
== Counterexample ==
<syntaxhighlight lang="text">
<code>
<pre>
node size : 12
map :
Line 180 ⟶ 179:
0 1 1 0 0 0 0 0 0 0 0 0
0 0 0 1 0 0 0 0 0 0 0 0
</syntaxhighlight>
</pre></code>
In this case the whole graph is strongly connected