Implement of Distributed cycle detection in large-scale sparse graphs
大规模稀疏图分布式环检测论文实现
- RandomDag(随机生成dag的算法): personal.leo.dcd.util.RandomDagTest
- Standalone(单机版): personal.leo.dcd.impl.standalone.StandaloneTest
- PseudoDistributed(伪分布式版): personal.leo.dcd.impl.distributed.pseudo.PseudoDistributedTest
- 测试生成的 dag 数据,可到 http://www.dagitty.net/dags.html 进行可视化绘图.
- 所有的 Test 类 以注解 @Test 开头的,命名有意义的public方法,都是可用的测试方法.