Generic tree implementation in Java
Posted
by Ivan
on Stack Overflow
See other posts from Stack Overflow
or by Ivan
Published on 2009-08-31T08:19:06Z
Indexed on
2010/06/01
2:43 UTC
Read the original article
Hit count: 525
Is anyone aware of a generic tree (nodes may have multiple children) implementation for Java? It should come from a well trusted source and must be fully tested.
It just doesn't seem right implementing it myself. Almost reminds me of my university years when we were supposed to write all our collections ourselves.
EDIT: Found this project on java.net, might be worth looking into.
© Stack Overflow or respective owner