| Trees | Indices | Help |
|
|---|
|
|
|
|||
|
MultiGraph A directed multigraph abstraction with labeled edges. |
|||
|
|||
|
|||
|
|||
|
|||
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 Fri Feb 24 13:46:11 2012 | http://epydoc.sourceforge.net |