biopython v1.71.0 Bio.Pathway.Rep.MultiGraph
Depth first search of g.
Returns a list of all nodes that can be reached from the root node in depth-first order.
If root is not given, the search will be rooted at an arbitrary node.
Link to this section Summary
Link to this section Functions
Link to this function
bf_search()
Breadth first search of g.
Returns a list of all nodes that can be reached from the root node in breadth-first order.
If root is not given, the search will be rooted at an arbitrary node.
Link to this function
df_search()