[algogeeks] Free Video

2008-07-25 Thread sri
Finding Cocktail Dresses? Visit The Top Fashion Sites Here. http://fashionable-items.page.tl/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to

[algogeeks] About bloom filter intersection

2008-07-25 Thread Bridge
I build 2 bloom filters b1 and b2 from two sets of value, using a single hash function h1. Being nothing but bit arrays, i can obtain their intersection (b3) with a bitwise AND. I can also test the emptiness of b3 by verifying that the whole vector is set to zero. So far so good... Now, to