Skip to content
#

doubling-metrics

Here is 1 public repository 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++

Improve this page

Add a description, image, and links to the doubling-metrics topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the doubling-metrics topic, visit your repo's landing page and select "manage topics."

Learn more