InterviewSolution
Saved Bookmarks
| 1. |
The time taken to compute the transitive closure of a graph is Theta(n^2).(a) True(b) FalseI have been asked this question in final exam.Asked question is from Shortest Path topic in section Shortest Path of Data Structures & Algorithms II |
|
Answer» Right choice is (B) False |
|