πŸ“Š Design and Analysis of Algorithms
Q. 7 T (n/2) + 1/n
  • (A) t(n) = o(n)
  • (B) t(n) = o(log n)
  • (C) t(n) = o(n2log n)
  • (D) cannot be solved using master’s theorem
πŸ’¬ Discuss
βœ… Correct Answer: (D) cannot be solved using master’s theorem

Explanation: the given recurrence cannot be solved by using the master’s theorem. it is because in this recurrence relation a < 1 so master’s theorem cannot be applied.


Explanation by: Mr. Dubey
the given recurrence cannot be solved by using the master’s theorem. it is because in this recurrence relation a < 1 so master’s theorem cannot be applied.

πŸ’¬ Discussion

πŸ“Š Question Analytics

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