InterviewSolution
Saved Bookmarks
| 1. |
What is the running time of the Floyd Warshall Algorithm?(a) Big-oh(V)(b) Theta(V^2)(c) Big-Oh(VE)(d) Theta(V^3)I got this question during an interview.I want to ask this question from Shortest Path topic in section Shortest Path of Data Structures & Algorithms II |
|
Answer» Right ANSWER is (d) Theta(V^3) |
|