Algoteka

2D Closest Pair of Points Problem - All languages

Problem by oml1111

Problem description:

Implement a solution for the 2D version of the closest pair of points problem. Create some instance of this problem and then compute the distance of the closest pair.

Closest pair of points problem - wikipedia.org

Verified languages:

# Language Count
1 C++ 1

Unverified languages:

# Language Count
No unverified languages ...
View problem discussion (0 comments)