Skip to content

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.

Notifications You must be signed in to change notification settings

akanimesh7/ClosestPairCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

ClosestPairCode

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:

  1. Using 100x100 Grid.
  2. User enters the no. of points to be randomly generated.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages