Q. What is the optimal time required for solving the closest pair problem using divide and conquer approach?

  • (A) o(n)
  • (B) o(log n)
  • (C) o(n log n)
  • (D) o(n2)
πŸ’¬ Discuss
βœ… Correct Answer: (C) o(n log n)
Explanation: the optimal time for solving using a divide and conquer approach is mathematically found to be o(n log n).

Explanation by: Mr. Dubey
the optimal time for solving using a divide and conquer approach is mathematically found to be o(n log n).

πŸ’¬ Discussion

πŸ“Š Question Analytics

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