Package algs42
package algs42
-
ClassDescriptionThe
Digraph
class represents an directed graph of vertices named 0 through V-1.TheDigraphGenerator
class provides static methods for creating various digraphs, including Erdos-Renyi random digraphs, random DAGs, random rooted trees, random rooted DAGs, random tournaments, path digraphs, cycle digraphs, and the complete digraph.TheDirectedEulerianCycle
class represents a data type for finding an Eulerian cycle or path in a digraph.TheDirectedEulerianPath
class represents a data type for finding an Eulerian path in a digraph.