Skip to content

Commit 09c144b

Browse files
authored
DEV: fix link on Bloom data structure page (#825)
1 parent af02ec7 commit 09c144b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/develop/data-types/probabilistic/bloom-filter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Checking for an element is O(K) or O(K*n) for stacked filters, where n is the nu
164164

165165
## Academic sources
166166
- [Space/Time Trade-offs in Hash Coding with Allowable Errors](http://www.dragonwins.com/domains/getteched/bbc/literature/Bloom70.pdf) by Burton H. Bloom.
167-
- [Scalable Bloom Filters](https://haslab.uminho.pt/cbm/files/dbloom.pdf)
167+
- [Scalable Bloom Filters](https://gsd.di.uminho.pt/members/cbm/ps/dbloom.pdf)
168168

169169
## References
170170
### Webinars

0 commit comments

Comments
 (0)