What are Bloom Filters? Why they are used?
Answers
Answered by
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
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