Tarjan's strongly connected components algorithm: Difference between revisions

Content deleted Content added
No edit summary
Add link to implementation of algorithm in Go
Line 108:
*[https://github.com/pallas/libite/blob/master/tarjan.cc Iterative version of Tarjan's Algorithm in C++]
*[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]
 
[[Category:Graph algorithms]]