I have a list [2,3,4]. How do I find all possible sequence of elements in the list? So the output should be: [2,3,4] [2,4,3] [3,2,4] [3,4,2] [4,2,3] [4,3,2]
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
You can do this easily using
And if for some reason you need lists instead of tuples:
|
|||||||||
|
|
You are looking for permutations, something like this should work:
|
|||
|
|
|
a start of a great lottery program except data would be formated as such
the problem is that the first group is used to create numbers in first column only the secound is for 2 column and 3rd is for 3rd the output will be a set of 3 numbers just that the permutation is different |
||||
|
|
|
Just so you know:
But if you're doing something like this:
Then try this:
|
|||
|
|