Is there a java library for standard graph theory algorithms like shortest paths etc. The algorithm that I am in particular looking for is finding the largest connected component in a graph.
Asked
Active
Viewed 4,526 times
1 Answers
5
JUNG graph library should have this. If not then check JGraphT as well
Related SO post: Good Java graph algorithm library?

Community
- 1
- 1

Aravind Yarram
- 78,777
- 46
- 231
- 327