Quiz: Shortest Paths

Reinforce your understanding of shortest paths and their applications in problem solving.

We'll cover the following...
Technical Quiz
1.

Which problem is solved by almost every algorithm known for computing shortest paths from one vertex to another in a graph?

A.

Minimum spanning tree problem

B.

Single-source shortest path problem

C.

All-pairs shortest path problem

D.

Bipartite matching problem


1 / 5