Skip to content

Implements simple Bloom Filter for the number storage tests.

License

Notifications You must be signed in to change notification settings

maciej7777/BloomFilter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BloomFilter

Bloom filter is one of very powerfull ways of representing large amount of numbers. It enables user to check if given number was used, but the certainty of answer "yes" is lower than 100%. Only the answer "no" is certain.

The description will be completed in the future, now you can read more about Bloom Filter at https://en.wikipedia.org/wiki/Bloom_filter.

About

Implements simple Bloom Filter for the number storage tests.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages