Forum: Java Dec 1st, 2008 |
| Replies: 3 Views: 1,171 PTree is a kind of Binary tree so your Second solution works fine, but now my boss wants me to create a List of objects that can be a Binary tree or what he calls a Forest:
Forest{
NameProc... |
Forum: Java Nov 24th, 2008 |
| Replies: 3 Views: 1,171 Hi! I'm trying to define a list of objects that could be a binary tree or a Processtrees.
The binary tree is already defined and works fine, don't worry about it.
A Processtree is a binary tree... |