Physics, asked by Anam6806, 1 year ago

What are Bloom Filters? Why they are used?

Answers

Answered by ps5441158
0

Bloom Filters are data structures used to efficiently answer queries when we do not have enough "search key" space to handle all possible queries

Answered by ramcharan54
0

A Bloom filter is a space-efficient probabilistic data structure, conceived by Burton Howard Bloom in 1970, that is used to test whether an element is a member of a set.

Similar questions