Module scc

Module scc 

Source

Functionsยง

all_strongly_connected_componenets
Finds all strongly connected components in a directed graph.
depth_first_search
Conducts a depth-first search (DFS) on a directed graph.
largest_strongly_connected_component
Finds the largest strongly connected component in a directed graph.
reverse_depth_first_search
Conducts a reverse depth-first search (DFS) on a directed graph.