Brendan Ang

Search

Search IconIcon to open search

Shortest Path Problem

Last updated Nov 8, 2022 Edit Source

# 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