Uses of Interface
com.jgalgo.alg.dag.TopologicalOrderAlgo
-
Packages that use TopologicalOrderAlgo Package Description com.jgalgo.alg.dag Algorithms specifically designed for directed acyclic graphs (DAGs). -
-
Uses of TopologicalOrderAlgo in com.jgalgo.alg.dag
Classes in com.jgalgo.alg.dag that implement TopologicalOrderAlgo Modifier and Type Class Description class
TopologicalOrderAlgoAbstract
Abstract class for computing a topological order in a DAG graph.class
TopologicalOrderAlgoImpl
A simple algorithm that compute a topological order in a DAG graph.Methods in com.jgalgo.alg.dag that return TopologicalOrderAlgo Modifier and Type Method Description static TopologicalOrderAlgo
TopologicalOrderAlgo. newInstance()
Create a new topological order algorithm object.
-