Quiz: Shortest Paths
Quiz yourself on shortest path algorithms.
We'll cover the following...
Quiz: Shortest path algorithms
1
You want to solve the ASSP problem in a dense weighted graph. Which algorithm has a better worst-case runtime?
A)
Dijkstra
B)
Floyd-Warshall
C)
A and B have the same complexity.
Question 1 of 30 attempted