Shamos; Hoey (2-dimensional space, Euclidean metric Closest Pair Problem)
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