Uses Dijkstra's Algorithm for finding the shortest path by computing a shortest path from a designated vertex (A) to a designated vertex (B) in a directed graph. This implementation uses a minimum heap as a supporting data structure. (priority_queue from STL in C++)