Java library for graph theory algorithms
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.
JUNG graph library should have this. If not then check JGraphT as well
Related SO post: Good Java graph algorithm library?
精彩评论