Question

what is the best Java library for manipulating graphs (specifically, for social network analysis)? I've seen Jung, but I was wondering if you knew anything better (I don't need to visualize networks, only computation).

Thank you

Was it helpful?

Solution

I've found jgrapht pretty useful - it has all the major algorithms (e.g. Bellman-Ford, ...)

OTHER TIPS

neo4j is the choice

And here is a video

If you are aiming for high efficiency

http://grph.inria.fr/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top