Package org.episteme.core.mathematics.discrete.graph
package org.episteme.core.mathematics.discrete.graph
Provides pluggable traversal algorithms for graphs with optional
-
ClassDescriptionBFSTraversal<V>Breadth-First Search (BFS) traversal strategy.DFSTraversal<V>Depth-First Search (DFS) traversal strategy.Service provider interface for graph algorithms.Strategy interface for graph traversal algorithms.A visitor for graph vertices during traversal.