Java library for graphs

What is the best Java library for managing graphs (in particular, for analyzing a social network)? I saw Jung, but I was wondering if you know anything better (I do not need to visualize the network, but only to calculate).

thank

+3
source share
3 answers

I found jgrapht quite useful - it has all the basic algorithms (e.g. Bellman-Ford, ...)

+2
source

neo4j is a choice

And here is the video

+2
source

Source: https://habr.com/ru/post/1778642/


All Articles