Uses of Class
org.graph4j.Edge

Packages that use Edge
Package
Description
The main interfaces and classes for representing and using graphs.
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.
Minimum spanning tree algorithms, such as Prim's and Kruskal's.
Utility classes, such as apecialized collection for vertices and edges.