πŸ“Š Design and Analysis of Algorithms
Q. What is the running time of Chan’s algorithm?
  • (A) o(log n)
  • (B) o(n log n)
  • (C) o(n log h)
  • (D) o(log h)
πŸ’¬ Discuss
βœ… Correct Answer: (C) o(n log h)

Explanation: the running time of chan’s algorithm is calculated to be o(n log h) where h is the number of vertices of the convex hull.


Explanation by: Mr. Dubey
the running time of chan’s algorithm is calculated to be o(n log h) where h is the number of vertices of the convex hull.

πŸ’¬ Discussion

πŸ“Š Question Analytics

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