Shamos; Hoey (2-dimensional space, Euclidean metric Closest Pair Problem)

From Algorithm Wiki
Jump to navigation Jump to search

Time Complexity

$O(n \log n)$

Space Complexity

$O(n)$ words

(Voronoi diagrams require O(n) space)

Description

Approximate?

Exact

Randomized?

No, deterministic

Model of Computation

Real RAM

Year

1975

Reference

https://ieeexplore.ieee.org/document/4567872