Topic: Stack Problem / Level: advanced

Problem: Write a stack-based system to detect cycles in a directed graph using Tarjans strongly connected components algorithm.

Run the code to see the output here...