The input file like this (0 12 36.93222330340848) (2 8 785.7766177831124) I want to construct a weighted graph, and implement Dijkstra's Algorithm to find the shortest path from the given vertex to other vertexes. Your help would be appreciated. Sincerely, A new-comer to c++