Khuller; Matias Randomized Sieve ( Closest Pair Problem)
Revision as of 10:35, 15 February 2023 by Admin (talk | contribs) (Created page with "== 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 == == Approximate? == Exact == Randomized? == Yes, Las Vegas == Model of Computation == not mentioned == Year == 1995 == Reference == https://dl.acm.org/citation.cfm?id=207181")
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
Approximate?
Exact
Randomized?
Yes, Las Vegas
Model of Computation
not mentioned
Year
1995