I would like to implement a graph data structure in java to maintain a graph of objects. How should I achieve this? Is there a readily available library which could help?
Asked
Active
Viewed 3.0k times
7
-
See [this question](http://stackoverflow.com/questions/51574/good-java-graph-algorithm-library?rq=1) – Ross Presser Jun 19 '13 at 16:35
-
12 popular implementation of graph need 2-d array and list..both are available in java – sethi Jun 19 '13 at 18:13