Bloom filter

Basic idea

A probabilistic set: tells you whether an element is possibly in the set or definitely not. Uses kk hash functions to set bits in an mm-bit array. Cannot have false negatives; false-positive rate is tunable.

Key formulas

Siblings