Tarjan: Difference between revisions

Content added Content deleted
m (→‎{{header|Wren}}: Minor tidy)
 
Line 44: Line 44:
.tarjan_algo()
.tarjan_algo()


F _visitor(this) -> N
F _visitor(this) -> Void
Recursive function that finds SCC's
Recursive function that finds SCC's