This is code for finding the closest pair of points from a given set of points in the 2-d plane. The code runs in O(nlogn) time complexity.
Constraints:
- Using 100x100 Grid.
- User enters the no. of points to be randomly generated.
| Name | Name | Last commit date | ||
|---|---|---|---|---|