Bloom Filters: Presented By: Eman Shafiq (2017-EE-389) Bareera Azhar (2017-EE-379) Ruqia Rubab (2017-EE-383
Bloom Filters: Presented By: Eman Shafiq (2017-EE-389) Bareera Azhar (2017-EE-379) Ruqia Rubab (2017-EE-383
Presented by:
Eman Shafiq (2017-EE-389)
Bareera Azhar (2017-EE-379)
Ruqia Rubab (2017-EE-383)
Definition
A bloom filter is a space efficient probabilistic data structure that is
used to test whether an element is member of a set
Called filters because they are used as first pass to filter out the
segment of dataset that don’t match a query
Hash table and bloom
filters
Bloom filter don’t store data item
Hash tables
Simple array
The basic bloom filter support two operations : add and query
Google chrome
Bit coin
Medium
Spell checker
Google big Table, Apache HBase
THANK YOU!