1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. The time taken to compute the transitive...
Q.

The time taken to compute the transitive closure of a graph is Theta(n2).

A. true
B. false
Answer» B. false
Explanation: the time taken to compute the transitive closure of a graph is theta(n3).

Discussion