| Trees | Indices | Help |
|
|---|
|
|
Data structures for representing generic trees.
These are for applying generic algorithms to. Note that the trees represented here are ordered trees: their children are ordered. They also contain some methods relating to unordered interpretation, but take care if you want to implement an algorithm on unordered trees that all your operations are unordered.
Author: Mark Granroth-Wilding <mark.granroth-wilding@ed.ac.uk>
|
|||
|
BaseTree Base class for representing trees. |
|||
|
Node Node of a tree. |
|||
|
ImmutableTree Tree data structure. |
|||
|
MutableTree Normal mutable tree data structure. |
|||
|
|||
__package__ = Nonehash(x) |
|||
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Nov 26 16:04:56 2012 | http://epydoc.sourceforge.net |