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,206
  • 1
  • 20
  • 37
I J
  • 765
  • 3
  • 8
  • 19

1 Answers1

4

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
  • 76,625
  • 45
  • 224
  • 313