1.

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» D. O(N3 log N)


Discussion

No Comment Found