Search code examples
javagraphgraph-theorysocial-networking

Java library for graphs


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


Solution

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