Introduction to Shortest Paths
Understand the fundamental concepts of shortest paths and their applications in problem solving.
We'll cover the following...
We'll cover the following...
Weighted directed graph (two vertices)
Suppose we are given a weighted directed graph with two special vertices, and we want to find the shortest path from a source vertex to a target vertex . That is, we want to find the directed path starting at and ending at that minimizes the function
...