Class DijkstraGraphSearch<V extends Vertex,​E extends Edge<V>>

  • All Implemented Interfaces:
    GraphPathSearch<V,​E>
    Direct Known Subclasses:
    SuurballeGraphSearch

    public class DijkstraGraphSearch<V extends Vertex,​E extends Edge<V>>
    extends AbstractGraphPathSearch<V,​E>
    Dijkstra shortest-path graph search algorithm capable of finding not just one, but all shortest paths between the source and destinations.