Examveda

What is the runtime efficiency of using brute force technique for the closest pair problem?

A. O(N)

B. O(N log N)

C. O(N2)

D. O(N3 log N)

Answer: Option C


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

Join The Discussion

Related Questions on Miscellaneous on Data Structures