Graph Theory37 sections · 1633 units
Open in CourseQuiz: SPFA Worst Case
Knowledge check
Check Your Understanding
SPFA processes only nodes whose distances changed, using a queue. In the worst case, what is its time complexity?
- A., same as BFS
- B., same as standard Bellman-Ford
- C., same as Dijkstra
- D.