Q.

The running time of Chan’s algorithm is obtained from combining two algorithms.

A. true
B. false
Answer» A. true
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)].
4k
0
Do you find this helpful?
28

Discussion

No comments yet