Hi,
I have completed the updates proposed in the last discussion on trees. The
tree node code now contains:
TreeNode - a simple list based tree node interface
ArrayTreeNode - an implementation based on ArrayList
TreeUtils - a group of useful utilities for managing trees
TestArrayTreeNode - a test class

Re, previous discussion:
TreeIterator has been removed, but the functionality remains.
The iterator now does not restrict iteration only to depth first ordering.
Clone has been removed, but a copy constructor added instead.

Source code:
www.scolebourne.eurobell.co.uk/TreeNode2.zip

Stephen

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to