In graph theory, the shortest path problem is the problem of finding a path between two vertices/nodes in a graph such that the sum of the weights of its constituent edges is minimized

Variants of Shortest Path(s) Problem