List of Java APIs for graph/network data structures

前端 未结 4 766
迷失自我
迷失自我 2020-12-30 11:41

What are some good Java APIs for working with graphs (edges/nodes) as data structures?

Please add references to similar SO questions in comments to this wiki. Ple

4条回答
  •  -上瘾入骨i
    2020-12-30 12:29

    JUNG — the Java Universal Network/Graph Framework--is a software library that provides a common and extendible language for the modeling, analysis, and visualization of data that can be represented as a graph or network.

提交回复
热议问题