Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 165 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 165 Bytes

Bloom-Filter

An implementation of Bloom Filters in Java. Includes five hash functions, and a table size of 100 elements, but can be changed to use more, or less.