Skip to content

Commit e3b482c

Browse files
committedJun 30, 2018
Update bloom filters description.
1 parent b3fd5ac commit e3b482c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

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

+4-4
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)
Please sign in to comment.