Skip to main content

One doc tagged with "Big Data"

View all tags

Algorithm for Bloom Filters

Bloom Filters are probabilistic data structures used in applications where space efficiency is crucial, and approximate answers are acceptable, like database caching and network filtering.