Tarjan's strongly connected components algorithm: Difference between revisions

Content deleted Content added
Changed <tt> to <code> (the recommended markup in Help:Wikitext and removed HTML cleanup tag
add an example implementation in a purely functional language (Clean)
Line 114:
*[https://github.com/t1/graph/blob/master/src/main/java/com/github/t1/graph/StronglyConnectedComponentsFinder.java Implementation of Tarjan's Algorithm in Java]
*[https://github.com/looplab/tarjan Implementation of Tarjan's Algorithm in Go]
*[https://gist.github.com/dopefishh/59fef70eb405997fa71fb255ad18000d Implementation of Tarjan's Algorithm in [[Clean (programming language)|Clean]]]
 
[[Category:Graph algorithms]]