标签: 概率数据结构
1 个内容
动态(1)
E
Elliot Yang
公开
A Bloom filter is a data structure designed to tell you, rapidly and memory-efficiently, whether an element is present in a set.
The price paid for this efficiency is that a Bloom filter is a probabilistic data structure: it tells us that the element either definitely is not in the set or may be in the set.
浏览:139点赞:0