Package com.jgalgo.alg.dag
package com.jgalgo.alg.dag
Algorithms specifically designed for directed acyclic graphs (DAGs).
-
ClassDescriptionAlgorithm that calculate a topological order of graph vertices.A result object of a
TopologicalOrderAlgo
algorithm forIntGraph
.A result object of aTopologicalOrderAlgo
algorithm.Abstract class for computing a topological order in a DAG graph.A simple algorithm that compute a topological order in a DAG graph.