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
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,9 @@ description = "Difference (or Complement) of a set is a set of all elements that
114
114
[c5ac673e-d707-4db5-8d69-7082c3a5437e]
115
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"
116
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
+
117
120
[c45aed16-5494-455a-9033-5d4c93589dc6]
118
121
description = "Union returns a set of all elements in either set -> union of empty sets is an empty set"
0 commit comments