Uses of Interface
org.graph4j.Digraph

Packages that use Digraph
Package
Description
The main interfaces and classes for representing and using graphs.
Algorithms for analyzing connectivity of graphs and digraphs.
Graph generators of various kinds.
Algorithms for testing graph isomorphism.
Classes responsible with calculating various graph measures (degrees, number of traingles, etc.).
Algorithms that produce various orderings of the vertices of a graph.
Algorithms for graph realization problems.
Support algorithms for various type of graphs (bipartite, tournament, etc.).
Implementations of the depth-first search (DFS) and breadth-first search (BFS) algorithms, using both iterator and visitor patterns.