Explanation: one of the ways to compute the transitive closure of a graph in theta(n3) time is to assign a weight of 1 to each edge of e and then run the floyd warshall algorithm.
Q. Floyd Warshall Algorithm can be used for finding
β
Correct Answer: (D)
transitive closure
Explanation by: Mr. Dubey
one of the ways to compute the transitive closure of a graph in theta(n3) time is to assign a weight of 1 to each edge of e and then run the floyd warshall algorithm.
Discussion
Question Analytics
232
Total Visits
2 y ago
Published
Mr. Dubey
Publisher
92%
Success Rate