类的使用
cn.denghanxi.s42.Digraph
-
使用Digraph的程序包 程序包 说明 cn.denghanxi.s42 -
-
cn.denghanxi.s42中Digraph的使用
返回Digraph的cn.denghanxi.s42中的方法 修饰符和类型 方法 说明 static DigraphTinyDAG. getTinyDAG()static DigraphTinyDG. getTinyDG()DigraphDigraph. reverse()参数类型为Digraph的cn.denghanxi.s42中的构造器 构造器 说明 DepthFirstOrder(Digraph digraph)有向图的排序DirectedCycle(Digraph digraph)DirectedDFS(Digraph digraph, int s)DirectedDFS(Digraph digraph, Iterable<Integer> sources)KosarajuSCC(Digraph digraph)Topological(Digraph digraph)有向图的拓扑排序
-