-1

Possible Duplicate:
Good Java graph algorithm library?

Does anyone know good library dealing with graph theory and algorithm ? The size of the graph I will process is huge (millions of nodes), Java based would be better, thank you!

Community
  • 1
  • 1
Ang
  • 545
  • 5
  • 13

1 Answers1

0

Check out JGraphT.

moinudin
  • 134,091
  • 45
  • 190
  • 216
  • hey marcog, can this dealing with millions of nodes, does it better than JUNG ? – Ang Dec 04 '10 at 16:05