Linked from
The 28 pages that link to Shortest path problem, each with the reason it gives.
Graph theoryRelated: It models route planning when edges represent distance, time, or cost.
GeodesicRelated: On suitable spaces, geodesics provide local solutions to shortest-path problems.
Graph (discrete mathematics)Related: Routing is a direct use of paths and edge weights.
Arc lengthRelated: Arc length supplies the path cost when comparing routes through continuous space.
Edge (graph theory)Related: Edge lengths or weights determine the cost of each candidate route.
DistanceRelated: Many distance calculations reduce to finding a shortest route through a space.
Road networkRelated: Road routing uses it to find paths by distance, time, or another cost.
Weighted graphRelated: It treats edge weights as costs and combines them along candidate paths.