Logo

Programming-Idioms

History of Idiom 218 > diff from v1 to v2

Edit summary for version 2 by programming-idioms.org:
Linked to idiom #119 [Deduplicate list]

Version 1

2020-01-09, 13:12:57

Version 2

2020-01-09, 14:10:34

Idiom #218 List intersection

Create list c containing all unique elements that are contained in both lists a and b.
c should not contain any duplicates, even if a and b do.
The order of c doesn't matter.

Idiom #218 List intersection

Create list c containing all unique elements that are contained in both lists a and b.
c should not contain any duplicates, even if a and b do.
The order of c doesn't matter.

Extra Keywords
intersect and conjunction
Extra Keywords
intersect and conjunction