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: exercises/practice/custom-set/.meta/tests.toml
+6
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,9 @@ description = "Sets with the same elements are equal -> sets with different elem
75
75
[06059caf-9bf4-425e-aaff-88966cb3ea14]
76
76
description = "Sets with the same elements are equal -> set is not equal to larger set with same elements"
77
77
78
+
[d4a1142f-09aa-4df9-8b83-4437dcf7ec24]
79
+
description = "Sets with the same elements are equal -> set is equal to a set constructed from an array with duplicates"
80
+
78
81
[8a677c3c-a658-4d39-bb88-5b5b1a9659f4]
79
82
description = "Unique elements can be added to a set -> add to empty set"
80
83
@@ -111,6 +114,9 @@ description = "Difference (or Complement) of a set is a set of all elements that
111
114
[c5ac673e-d707-4db5-8d69-7082c3a5437e]
112
115
description = "Difference (or Complement) of a set is a set of all elements that are only in the first set -> difference of two non-empty sets is a set of elements that are only in the first set"
113
116
117
+
[20d0a38f-7bb7-4c4a-ac15-90c7392ecf2b]
118
+
description = "Difference (or Complement) of a set is a set of all elements that are only in the first set -> difference removes all duplicates in the first set"
119
+
114
120
[c45aed16-5494-455a-9033-5d4c93589dc6]
115
121
description = "Union returns a set of all elements in either set -> union of empty sets is an empty set"
0 commit comments