Skip to content

Closest triplet takes a set of N points as input, and asks for the triplet (group of three points) that minimizes the sum of the three distances between each pair of them. https://www.spoj.com/problems/CLOSEST/

License

Notifications You must be signed in to change notification settings

CodeCat08/Algorithms-Project02-Closest-Triplet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms-Project02-Closest-Triplet

Closest triplet takes a set of N points as input, and asks for the triplet (group of three points) that minimizes the sum of the three distances between each pair of them. https://www.spoj.com/problems/CLOSEST/

About

Closest triplet takes a set of N points as input, and asks for the triplet (group of three points) that minimizes the sum of the three distances between each pair of them. https://www.spoj.com/problems/CLOSEST/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages