public class Dijkstra<V,E>
extends java.lang.Object
To execute the algorithm, use the execute
method, and then make
subsequent calls to the getDist
method to
obtain the shortest distance from the start to any given vertex.
Constructor and Description |
---|
Dijkstra() |