Package com.jgalgo.alg.common
package com.jgalgo.alg.common
Package for common classes and interfaces used by the algorithms in the JGAlgo library.
-
ClassDescriptionA base interface for all algorithm builders.The direction type of an edge with respect to a vertex.A path of edges in an int graph.A partition of the vertices of an int graph into two blocks.A partition of the vertices of an int graph.Path<V,
E> A path of edges in a graph.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.