You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project allows you to create a directed graph, and quickly compute the strongly connected components of the graph using Kosaraju's two-pass DFS algorithm.