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

Functions

Breadth first search of g

Link to this section Functions

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.