Skip to content

Commit 75049e1

Browse files
committed
Added link to Ordered Set Folder.
1 parent 9466056 commit 75049e1

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
@@ -163,7 +163,7 @@ Most of the time using just the built-in `Array`, `Dictionary`, and `Set` types
163163
- [Bloom Filter](Bloom Filter/). A constant-memory data structure that probabilistically tests whether an element is in a set.
164164
- [Hash Set](Hash Set/). A set implemented using a hash table.
165165
- Multiset
166-
- Ordered Set
166+
- [Ordered Set](Ordered Set/) :construction:
167167

168168
### Graphs
169169

0 commit comments

Comments
 (0)