networkx.strongly_connected_components_recursive
networkx.topological_sort
Enter search terms or a module, class or function name.
Returns list of strongly connected components in G.
Uses Kosaraju’s algorithm.