高级算法 (Fall 2017)/Hashing and Sketching: Difference between revisions

From TCS Wiki
Jump to navigation Jump to search
imported>Etone
imported>Etone
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
=Count Distinct Elements=
=Distinct Elements=


== An estimator by hashing ==
== An estimator by hashing ==
Line 9: Line 9:
== Perfect hashing==
== Perfect hashing==


==Approximate set membership==
== Bloom filter ==
 
=== Bloom filter ===


= Frequency Estimation=
= Frequency Estimation=


== Count-min sketch==
== Count-min sketch==

Latest revision as of 08:31, 10 October 2017

Distinct Elements

An estimator by hashing

Flajolet-Martin algorithm

Set Membership

Perfect hashing

Bloom filter

Frequency Estimation

Count-min sketch