Topic: Stack Problem / Level: advanced

Problem: Write a stack-based algorithm to detect strongly connected components in a directed graph (Tarjans algorithm).

Run the code to see the output here...