Notes / Data Structures Algorithms / 12 Advanced Data Structures / 6 Bloom Filter

6 — Bloom Filter

Probabilistic set-membership structure with no false negatives and a tunable false-positive rate, trading certainty for O(1) space-efficient lookups.

Chapter Navigation
On This Page

6 — Bloom Filter

Purpose

[stub: bloom-filter]

Metadata

AuthorAmit Singh
Scopedata-structures-algorithms

Local graph

Full graph →