Determines strongly connected components by performing multiple DFS passes and leveraging graph transposes.
Explain code with DocComment! Try out your own code!