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 回答1: I've found jgrapht pretty useful - it has all the major algorithms (e.g. Bellman-Ford, ...) 回答2: neo4j is the choice And here is a video 回答3: If you are aiming for high efficiency http://grph.inria.fr/ 来源: https://stackoverflow.com/questions/4362219/java-library