Java library for trees similar to JGraphT for graphs?

Posted by lexicore on Stack Overflow See other posts from Stack Overflow or by lexicore
Published on 2010-04-28T08:19:55Z Indexed on 2010/04/28 8:23 UTC
Read the original article Hit count: 202

Filed under:
|
|
|

I'm a big fan of JGraphT, a Java library for graphs. Could anyone recommend a similar Java library for trees? Preferrably FOSS.

What I need is a good API, preferrably typesafe with generics which allows modelling different kinds of trees (with some user data attached to verticies/edges) and run different algorithms and operations on these trees. For instance, traverse or balance.

At the moment I'm not interested in visualization of trees.

© Stack Overflow or respective owner

Related posts about java

Related posts about tree