Skip to content
#

closest-pair-of-points

Here are 44 public repositories matching this topic...

The implementation in C++ of the closest-pair doubling algorithm which finds the smallest distance between two points in a metric space in O(n log n) time without directly using the points' coordinates.

  • Updated Sep 28, 2020
  • C++

Add this topic to your repo

To associate your repository with the closest-pair-of-points topic, visit your repo's landing page and select "manage topics."

Learn more