Compute the 5 largest SCCs in the given graph
.zip
files is data file.SCC.zip
(unzipSCC.txt
) consists of 875,714 nodes
.py
file is the solution of Week 1 program assignmentSCC.py
other.py
other people's solution
- Kosaraju’s Two‐Pass Algorithm
- Depth-First Search