Uses of Interface
com.jgalgo.alg.dag.TopologicalOrderAlgo
Package
Description
Algorithms specifically designed for directed acyclic graphs (DAGs).
-
Uses of TopologicalOrderAlgo in com.jgalgo.alg.dag
Modifier and TypeClassDescriptionclass
Abstract class for computing a topological order in a DAG graph.class
A simple algorithm that compute a topological order in a DAG graph.Modifier and TypeMethodDescriptionstatic TopologicalOrderAlgo
TopologicalOrderAlgo.newInstance()
Create a new topological order algorithm object.