Dijkstra constructor

Dijkstra(
  1. Map<Vertex, List<Edge>> graph
)

Implementation

Dijkstra(this.graph);