/BloomFilter

A java based implementation of a simple bloom filter

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

BloomFilter

A java based implementation of a simple bloom filter

Instructions to Run Code

The BloomFilter.java file contains all the source code. Modify by tuning any required parms (c or n) and then compile as you would for any normal java file. (javac and then java commands)