AdvancedVocabulary#algorithms#backend#developer-tools

Cuckoo Filter Vocabulary

Learn the vocabulary of a probabilistic set-membership structure that also supports deleting items safely.

0 / 5 completed
1 / 5
A teammate describes a probabilistic set-membership structure that, unlike a classic Bloom filter, also supports deleting an item later by relocating fingerprints between one of two candidate buckets. What data structure is being described?