Skip to content

Used recursion and Divide and Conquer to find the closest pair of points in a dataset. Applied the Master Theorem for time complexity analysis, achieving O(n log n) runtime. The program calculates Euclidean distance, processes input files, and uses sorting, all with O(n log n) complexity

Notifications You must be signed in to change notification settings

j3meshenry/ClosestPairofPointsAlgorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

About

Used recursion and Divide and Conquer to find the closest pair of points in a dataset. Applied the Master Theorem for time complexity analysis, achieving O(n log n) runtime. The program calculates Euclidean distance, processes input files, and uses sorting, all with O(n log n) complexity

Topics

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages