Commit Graph

2 Commits

Author SHA1 Message Date
naddy
3f04f8f321 SIZE 2005-01-05 16:22:24 +00:00
msf
f134d4bd96 - Initial import of Tree-Simple-1.14
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.
2004-12-22 02:18:40 +00:00