1.

The running time of Chan’s algorithm is obtained from combining two algorithms.(a) True(b) FalseI had been asked this question during an interview.The query is from Computational Geometry in division Computational Geometry of Data Structures & Algorithms II

Answer»

The correct CHOICE is (a) True

Best explanation: The O(N log h) running time of Chan’s ALGORITHM is obtained by combining the running time of Graham’s scan [O(n log n)] and JARVIS MATCH [O(nh)].



Discussion

No Comment Found

Related InterviewSolutions