Trees | Indices | Help |
---|
|
|
|||
MultiGraph A directed multigraph abstraction with labeled edges. |
|
|||
|
|||
|
|
|||
__package__ =
|
|
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. |
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. |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Dec 25 10:43:32 2008 | http://epydoc.sourceforge.net |