graph property

Map<Vertex, List<Edge>> graph
getter/setter pair

_graph contains the graph to which the dijkstra algorithm is applied

Implementation

Map<Vertex, List<Edge>> graph;