Skip to content

Bloom filter Assignment for Data Structures & algorithms course.

Notifications You must be signed in to change notification settings

ZivFarin/Bloom_Filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bloom Filters

Code Files:

  • main

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'

  • stats_sim

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)

Text Files:

  • M.M.N 14.docx

The assignment main doc.

  • "All" and "even"

Used as default inputs to be used by "main.py".

  • More Checks (folder):

Contains more inputs for "main.py".

About

Bloom filter Assignment for Data Structures & algorithms course.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages