Project 08 - Bloom Filter

Go back to home page

Executive Summary

Implementation

Implementation note. Different hash schemes change false positives vs absent; compare each language to its own expected file. Example: python3 BloomFilter.py implementation/io/sample.in.1 then diff against expected_output_python_1.txt.

Slides

Programming Challenge