Java: how to represent graphs?

前端 未结 12 1477
感动是毒
感动是毒 2020-12-02 12:17

I\'m implementing some algorithms to teach myself about graphs and how to work with them. What would you recommend is the best way to do that in Java? I was thinking somethi

12条回答
  •  日久生厌
    2020-12-02 12:45

    I'd recommend graphviz highly when you get to the point where you want to render your graphs.

    And its companions: take a look at Laszlo Szathmary's GraphViz class, along with notugly.xls.

提交回复
热议问题