Uses of Interface
com.jgalgo.alg.dag.TopologicalOrderAlgo
Packages that use TopologicalOrderAlgo
Package
Description
Algorithms specifically designed for directed acyclic graphs (DAGs).
-
Uses of TopologicalOrderAlgo in com.jgalgo.alg.dag
Classes in com.jgalgo.alg.dag that implement TopologicalOrderAlgoModifier and TypeClassDescriptionclassAbstract class for computing a topological order in a DAG graph.classA simple algorithm that compute a topological order in a DAG graph.Methods in com.jgalgo.alg.dag that return TopologicalOrderAlgoModifier and TypeMethodDescriptionstatic TopologicalOrderAlgoTopologicalOrderAlgo.newInstance()Create a new topological order algorithm object.