Skip to content

anarsiel/Bloom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bloom-filter

The aim of this project is to implement my own Bloom-filter. I created algotrithm which approximately counts different elements in array.

I implemented class Bloom, which contains two methods:

  • void add(int x) - adds element to set, to the Bloom-filter.
  • int get_uniq_num() - returns approximate amount of unique elements in set, using Bloom-filter.

About

My implementation of Bloom-filter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published