Good Java graph algorithm library?
Posted
by Nick Fortescue
on Stack Overflow
See other posts from Stack Overflow
or by Nick Fortescue
Published on 2008-09-09T10:47:34Z
Indexed on
2010/06/05
11:32 UTC
Read the original article
Hit count: 397
Has anyone had good experiences with any Java libraries for Graph algorithms. I've tried JGraph and found it ok, and there are a lot of different ones in google. Are there any that people are actually using successfully in production code or would recommend?
To clarify, I'm not looking for a library that produces graphs/charts, I'm looking for one that helps with Graph algorithms, eg minimum spanning tree, Kruskal's algorithm Nodes, Edges, etc. Ideally one with some good algorithms/data structures in a nice Java OO API.
© Stack Overflow or respective owner