Topic: Graph Theory Problem / Level: intermediate

Problem: Implement Tarjans algorithm to find all strongly connected components in a directed graph.

Run the code to see the output here...