NetworkX

Previous topic

networkx.algorithms.traversal.depth_first_search.dfs_predecessors

Next topic

networkx.algorithms.traversal.depth_first_search.dfs_preorder_nodes

networkx.algorithms.traversal.depth_first_search.dfs_successors

networkx.algorithms.traversal.depth_first_search.dfs_successors(G, source=None)

Return dictionary of successors in depth-first-search from source.