Khuller; Matias ( Closest Pair Problem)

From Algorithm Wiki
Jump to navigation Jump to search

Time Complexity

$O(n)$

Space Complexity

$O(n)$, not sure if this is auxiliary not mentioned

(https://www.sciencedirect.com/science/article/pii/S0890540185710498, Theorem 2.3)

Description

Randomized Sieve

Approximate?

Exact

Randomized?

Yes, Las Vegas

Model of Computation

not mentioned

Year

1995

Reference

https://www.sciencedirect.com/science/article/pii/S0890540185710498