Shortest path problem
The problem of finding a path between specified vertices in a weighted graph whose total edge weight is minimal.
Linked from 28 pages
GeodesicRelated: On suitable spaces, geodesics provide local solutions to shortest-path problems.
Breadth-first searchNarrower topic: Breadth-first search solves it when every edge has equal cost.
Graph (discrete mathematics)Related: Routing is a direct use of paths and edge weights.
Flow networkCompared with: It optimizes route length rather than total transmitted quantity.
Arc lengthRelated: Arc length supplies the path cost when comparing routes through continuous space.