This is assignment 14 from the Data Structures & Intro to Algorithms course in The Open University of Israel.
(More about the 'Bloom Filter' hashing method)
First, it hashes into a bloom filter the strings of the 'DB_FILE', Then, checks which of the strings in 'CHECK_FILE' is recognized as a part of 'DB_FILE'
Simulates two disjointed sets of strings, Makes the same check made in the 'main file', and prints a statistical analysis about the amount of mistakes made in the simulation. (Mistakes = false-positive calls)
The assignment main doc.
Used as default inputs to be used by "main.py".
Contains more inputs for "main.py".