Q. What is the average case complexity of a quick hull algorithm?

  • (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 average case complexity of quickhull algorithm using divide and conquer approach is mathematically found to be o(n log n).

Explanation by: Mr. Dubey
the average case complexity of quickhull algorithm using divide and conquer approach is mathematically found to be o(n log n).

πŸ’¬ Discussion

πŸ“Š Question Analytics

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