aalhour / C-Sharp-Algorithms

:books: :chart_with_upwards_trend: Plug-and-play class-library project of standard Data Structures and Algorithms in C#
MIT License
5.91k stars 1.4k forks source link

Bloom Filters #22

Open aalhour opened 8 years ago

aalhour commented 8 years ago

Implement the Bloom Filters data structure.

nickntg commented 4 years ago

@aalhour I can take this on.