Programs of List Operations
Find distinct elements and other operations on lists.
We'll cover the following...
The union of two lists
The union operation combines two sets, skipping the matching values of both sets while populating the resultant set.
Unlike sets, lists may contain duplicate values. For example:
-
The union of and should be ...