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
TopologicalOrderAlgoalgorithm forIntGraph.A result object of aTopologicalOrderAlgoalgorithm.Abstract class for computing a topological order in a DAG graph.A simple algorithm that compute a topological order in a DAG graph.