Skip to content

Commit 635047b

Browse files
trekhlebshoredata
authored andcommitted
Update bloom filters description.
1 parent a6de1c4 commit 635047b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/data-structures/bloom-filter/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ to see every time they visit the site.
122122
## References
123123

124124
- [Wikipedia](https://en.wikipedia.org/wiki/Bloom_filter)
125-
- [Tutorial](http://llimllib.github.io/bloomfilter-tutorial/)
126-
- [Calculating false positive probability](https://hur.st/bloomfilter/?n=4&p=&m=18&k=3)
127-
- [Medium blog](https://blog.medium.com/what-are-bloom-filters-1ec2a50c68ff)
128-
- [YouTube](https://www.youtube.com/watch?v=bEmBh1HtYrw)
125+
- [Bloom Filters by Example](http://llimllib.github.io/bloomfilter-tutorial/)
126+
- [Calculating False Positive Probability](https://hur.st/bloomfilter/?n=4&p=&m=18&k=3)
127+
- [Bloom Filters on Medium](https://blog.medium.com/what-are-bloom-filters-1ec2a50c68ff)
128+
- [Bloom Filters on YouTube](https://www.youtube.com/watch?v=bEmBh1HtYrw)

0 commit comments

Comments
 (0)