Shortest Path Problem
# Shortest Path Problem
In graph theory, the shortest path problem is the problem of finding a path between two vertices (or nodes) in a graph such that the sum of the weights of its constituent edges is minimized.
Shortest can also mean the number of edges.
Proof of the Shortest Path Property (Optimal Substructure Property based on Principle of Optimality): ^c4528f