MCQOPTIONS
Saved Bookmarks
| 1. |
Floyd Warshall Algorithm used to solve the shortest path problem has a time complexity of __________ |
| A. | O(V*V) |
| B. | O(V*V*V) |
| C. | O(E*V) |
| D. | O(E*E) |
| Answer» C. O(E*V) | |