You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Ordered Set/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# Ordered Set
2
-
An Ordered Set is a collection of unique items in sorted order. Items are usually sorted from least to greatest. The Ordered Set data type is a representation of a [Set in Mathematics](https://en.wikipedia.org/wiki/Set_(mathematics)). It's important to keep in mind that two items can have the same *value* but still may not be equal.
2
+
An Ordered Set is a collection of unique items in sorted order. Items are usually sorted from least to greatest. The Ordered Set data type is a hybrid of a [Set](https://en.wikipedia.org/wiki/Set_(mathematics)), and a [Sequence](https://en.wikipedia.org/wiki/Sequence). It's important to keep in mind that two items can have the same *value* but still may not be equal.
3
3
For example, we could define "a" and "z" to have the same value (their lengths), but clearly "a" != "z".
0 commit comments