Package com.gengoai.graph.algorithms
Interface ShortestPath<V>
-
- Type Parameters:
V
- the vertex type parameter
- All Known Implementing Classes:
DijkstraShortestPath
public interface ShortestPath<V>
Calculates the shortest path between two vertices.- Author:
- David B. Bracewell