A search algorithm used to quickly determine if an item of data is present. Developed by Burton Howard Bloom in 1970, the Bloom filter is a long binary string of 0s. New data items are hashed using ...