Package com.jgalgo.alg.common
Package for common classes and interfaces used by the algorithms in the JGAlgo library.
-
Interface Summary Interface Description AlgorithmBuilderBase A base interface for all algorithm builders.IPath A path of edges in an int graph.IVertexBiPartition A partition of the vertices of an int graph into two blocks.IVertexPartition A partition of the vertices of an int graph.Path<V,E> A path of edges in a graph.RandomizedAlgorithm Randomized algorithm interface.VertexBiPartition<V,E> A partition of the vertices of a graph into two blocks.VertexPartition<V,E> A partition of the vertices of a graph. -
Enum Summary Enum Description EdgeDirection The direction type of an edge with respect to a vertex.