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

From Algorithm Wiki
Revision as of 08:55, 10 April 2023 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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