1
4.9kviews
Suppose a data stream consists of the integers 3, 1, 4, 1, 5, 9, 2, 6, 5. Let the hash function being used is h(x) = 3x + 1 mod 5;
written 5.7 years ago by | modified 3.0 years ago by |
Show how the Flajolet- Martin Algorithm will estimate the number of distinct element in this stream
ADD COMMENT
EDIT
1 Answer