Package | Description |
---|---|
edu.uci.ics.jung.algorithms.shortestpath |
Provides a set of algorithms for computing the shortest path between two nodes or between each pair of nodes in a graph.
|
Modifier and Type | Class and Description |
---|---|
class |
DijkstraShortestPath
Calculates distances and shortest paths using Dijkstra's
single-source-shortest-path algorithm.
|