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(N^2)
The question was asked in class test.
This intriguing question comes from Computational Geometry in portion Computational Geometry of Data Structures & Algorithms II