...

/

Introduction to Shortest Paths

Introduction to Shortest Paths

Understand the fundamental concepts of shortest paths and their applications in problem-solving.

Weighted directed graph (two vertices)

Suppose we are given a weighted directed graph G=(V,E,w)G = (V, E, w) with two special vertices, and we want to find the shortest path from a source vertex ss to a target vertex tt. That is, we want to find the directed path PP starting at ss and ending at tt that minimizes the function. The expression below represents the sum of the weights of all edges:

w(P):=uvϵPw(uv)w(P) := \underset{u\rightarrow v \epsilon P}{\sum} w(u\rightarrow v) ...

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy