Q.

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» C. o(n2)
Explanation: the efficiency of closest pair algorithm by brute force technique is mathematically found to be o(n2).
2.4k
0
Do you find this helpful?
21

Discussion

No comments yet