A

Admin • 832.70K Points
Coach

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)

Explanation by: Admin

the efficiency of closest pair algorithm by brute force technique is mathematically found to be o(n2).

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.