Skip to content

Commit 11e3d64

Browse files
committed
Add Bloom Filter to README
1 parent cf97f25 commit 11e3d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Most of the time using just the built-in `Array`, `Dictionary`, and `Set` types
154154

155155
### Sets
156156

157-
- Bloom Filter
157+
- [Bloom Filter](Bloom Filter/). A constant-memory data structure that probabilistically tests whether an element is in a set.
158158
- [Hash Set](Hash Set/). A set implemented using a hash table.
159159
- Multiset
160160
- Ordered Set

0 commit comments

Comments
 (0)