Examveda

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(N2)

Answer: Option C


This Question Belongs to Data Structure >> Miscellaneous On Data Structures

Join The Discussion

Related Questions on Miscellaneous on Data Structures