Tarjan's strongly connected components algorithm: Difference between revisions

Content deleted Content added
Reverted 1 edit by 137.132.228.35 (talk): Rv linkspam. (TW)
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://visualgo.net/en/dfsbfs VisuAlgo - Tarjan's Algorithm visualization (for any user-specified input directed graph)]
 
[[Category:Graph algorithms]]