LogLog algorithm ( Cardinality Estimation)
Jump to navigation
Jump to search
Time Complexity
$O(N)$
Space Complexity
$O(log(log(n)$)) words
(http://algo.inria.fr/flajolet/Publications/DuFl03-LNCS.pdf)
Description
Approximate?
Approximate
Approximation Factor:
Randomized?
Yes,
Model of Computation
Word RAM
Year
2003