Given an array consisting of n distinct points[p1[x1, y1] ... pn[xn, yn]]. Find the closest pair of points using a Divide-and-Conquer Algorithm with asymptotic complexity of O(N log N)
-
Updated
Oct 14, 2020 - Python
Given an array consisting of n distinct points[p1[x1, y1] ... pn[xn, yn]]. Find the closest pair of points using a Divide-and-Conquer Algorithm with asymptotic complexity of O(N log N)
Add a description, image, and links to the nlogn topic page so that developers can more easily learn about it.
To associate your repository with the nlogn topic, visit your repo's landing page and select "manage topics."