Topic: Stack Problem / Level: advanced

Problem: Write a stack-based system to solve the problem of finding all strongly connected components in a directed graph using Tarjans algorithm.

Run the code to see the output here...