- Repetition
The value repeats itself like {1,1,2}
- Order
depending on the usecase, {1,2} might not be the same as {2,1}
- Combination
When the order doesn't matter, it is a Combination.
- Permutation
When the order does matter it is a Permutation.
Misc
- Travelling Salesman Problem
Sources