M
Explanation by: Mr. Dubey
the running time of the floyd warshall algorithm is determined by the triply nested for loops. since each execution of the for loop takes o(1) time, the algorithm runs in time theta(v3).
You must be Logged in to update hint/solution
Discusssion
Login to discuss.