networkx.dfs_successor
Graph generators
Return directed graph (tree) of depth-first-search with root at source.
If the graph is disconnected, return a disconnected graph (forest).