The goal is to use c++ to find the time required to reach two points on graph. Example starting at vertex 1 and go to vertex 3. The key problem is each edge has different “weights” or time so the key is to find which path is fastest. While also outputting the time required to reach each point. More detailed instructions are in the attached document.