From c1278a6b606d675aad0aefabee41672471763cd3 Mon Sep 17 00:00:00 2001 From: Berkay Date: Wed, 13 Nov 2019 22:22:59 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2b4864..f163db8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# bloompy +# bloomfpy A probabilistic data structure called Bloom Filter implemented in python. Bloom Filters are very efficient data structures built for set membership problems. They take sublinear memory space with O(k) complexity for inserting and checking membership.