Graph Shortest Path Algorithms

Shortest path problem

The shortest path problem is a graph theory concept which involves finding the most efficient route between two vertices in a graph. It can be applied to road maps, where the vertices are intersections and the edges are road segments with weights representing their length.

1 courses cover this concept

CS 106B Programming Abstractions

Stanford University

Winter 2023

This course helps transition from coding to problem-solving using computers. The course explores techniques, tools, and models for problem-solving across disciplines using C++. Prior programming experience is assumed.

No concepts data

+ 33 more concepts