Skip to content
#

closest-pair-of-points

Here are 37 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++

Projeto e implementação de uma classe e funções para resolução de problemas clássicos de geometria computacional. Trabalho realizado no 6º período de Ciência da Computação do Instituto Federal de Minas Gerais(IFMG) - Campus Formiga para a Disciplina Projeto e Análise de Algoritmos

  • Updated Dec 13, 2017
  • Python

Improve this page

Add a description, image, and links to the closest-pair-of-points 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 closest-pair-of-points topic, visit your repo's landing page and select "manage topics."

Learn more