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

  • (A) true
  • (B) false
  • (C) ---
  • (D) ---
πŸ’¬ Discuss
βœ… Correct Answer: (B) false
Explanation: the time taken to compute the transitive closure of a graph is theta(n3).

Explanation by: Mr. Dubey
the time taken to compute the transitive closure of a graph is theta(n3).

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
594
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
98%
Success Rate