πŸ“Š Design and Analysis of Algorithms
Q. In divide and conquer, the time is taken for merging the subproblems is?
  • (A) o(n)
  • (B) o(n log n)
  • (C) o(n2)
  • (D) o(log n)
πŸ’¬ Discuss
βœ… Correct Answer: (B) o(n log n)

Explanation: the time taken for merging the smaller subproblems in a divide and conquer approach is mathematically found to be o(n log n).


Explanation by: Mr. Dubey
the time taken for merging the smaller subproblems in a divide and conquer approach is mathematically found to be o(n log n).

πŸ’¬ Discussion

πŸ“Š Question Analytics

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