Vidyalelo
Data Structure · Q86

Miscellaneous on Data Structures

Programming · Data Structure · question 86

Q86

In which scenario would a Bloom Filter be most beneficial?

A.
When checking for membership with a trade-off between accuracy and space
Answer
B.
When managing dynamic key-value pairs
C.
For storing sorted data
D.
For implementing priority queues

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board