bachtomozart / ds

Datastructures
GNU General Public License v3.0
0 stars 7 forks source link

Implement Bloom Filter in python #3

Closed bachtomozart closed 4 years ago

bachtomozart commented 4 years ago

These tasks are preferably for beginners, but everyone's welcome to contribute for Hacktoberfest.

Implement a simple bloom filter, with k hash functions. Please come up with sample data on your own to test it.