I have a list with some values, lets say 1 2 3 4 5 6
I need to pair them up like this: 12 13 14 15 16 23 24 25 26 34 35 36 45 46 56
Basically, I need to mix them all up to create unique sets of values.
Do you have any ideas on how to create a new list like this?
Thank you for your input!