Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to version 1.07. | demon | 2004-08-02 | 1 | -2/+2 |
| | |||||
* | New port: Tree::Simple. | demon | 2004-07-07 | 1 | -0/+2 |
This module in an fully object-oriented implementation of a simple n- ary tree. It is built upon the concept of parent-child relationships, so therefore every Tree::Simple object has both a parent and a set of children (who themselves may have children, and so on). Every Tree::Simple object also has siblings, as they are just the children of their immediate parent. |