Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 203 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 203 Bytes

Strongly Connected Component Calculator

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.