Topic: Graph Theory Problem / Level: advanced

Problem: Implement Tarjans algorithm to find the strongly connected components of a directed graph.

Run the code to see the output here...