k-dimensional space, lml_m (or ll_\infty) norm

Given nn points in metric space, typically kk-dimensional space equipped with lml_m (or ll_\infty) norm, find a pair of points with the smallest distance between them.

Parameters

  • nn: number of points
  • kk: dimension of space

Filters

Computational Model

Randomization

Approximation

Algorithms Table

Displaying 4 of 4 algorithms

See more
Fortune and Hopcroft1979O(knloglogn+n3k)O(kn \log\log n + n 3^k)O(n)O(n)
Rabin' Algorithm1976O(3kn2)O(3^k n^2)O(n)O(n)
Bentley; Shamos1976O(knlogn)O(kn \log n)O(kn)O(kn)
Naive Implementation1975O(kn2)O(kn^2)O(1)O(1)

Reductions Table

Insuffient Data to display table

Other relevant algorithms

Insuffient Data to display table