InterviewSolution
Saved Bookmarks
| 1. |
Floyd Warshall Algorithm can be used for finding _____________(a) Single source shortest path(b) Topological sort(c) Minimum spanning tree(d) Transitive closureThe question was posed to me in homework.My doubt stems from Shortest Path topic in chapter Shortest Path of Data Structures & Algorithms II |
|
Answer» Correct answer is (d) Transitive closure |
|