A collection of things, in which the order does not matter.
Example: If you are making a sandwich, how many different combinations of 2 ingredients could you make with cheese, mayo and turkey?
Answer: {cheese, mayo}, {cheese, turkey} or {mayo, turkey}
If the order does matter, it is a Permutation
See:
Permutation
|