Skip to content

ThangMinhCao/closest-pair-2d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ClosestPair2D

This algorithm will find the closest pair of points in a list of 2 dimensional points.

Requirements

  • cmake
  • gnuplot

Installation

git clone [email protected]:ThangMinhCao/ClosestPair2D.git
cd ClosestPair2D
cmake .
make

Then, to run the program:

./2d_closest_pair

About

Closest Pair 2D Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published