Directed Graph Processing in Java

前端 未结 4 1498
长发绾君心
长发绾君心 2020-12-17 21:49

I am looking to implement a Java application that will compute a set of tasks to execute. The tasks will have dependencies on each other, forming a directed graph. Is ther

4条回答
  •  执笔经年
    2020-12-17 22:31

    I've use JUNG for creating dependency-graphs among files. There are a variety of classes for computing distances, clustering, etc.

提交回复
热议问题