5

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.

Tarik
  • 10,810
  • 2
  • 26
  • 40
I J
  • 805
  • 3
  • 9
  • 19

1 Answers1

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