Uses of Class
org.graph4j.util.VertexSet

Packages that use VertexSet
Package
Description
The main interfaces and classes for representing and using graphs.
 
Algorithms for analyzing connectivity of graphs and digraphs.
Algorithms related to flows in transportation networks.
Algorithms for testing graph isomorphism.
Algorithms for determining matchings, such as the maximum cardinality matching in bipartite graphs.
Classes responsible with calculating various graph metrics (girth, radius, diameter, etc.).
Support algorithms for various type of graphs (bipartite, tournament, etc.).
Utility classes, such as apecialized collection for vertices and edges.
Algorithms for the Vertex Separator Problem (VSP).