| 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 Sun May 3 17:14:12 2009 | http://epydoc.sourceforge.net |