A
andrews
Hi,
I am looking at a algoritm for special permutation with integers like
f.e.
I start with 1,2,3,4,5
and I want the result
1 2 3 4 5
2 3 5 1 4
4 1 2 5 3
5 4 1 3 2
3 5 4 2 1
Some subset where al of the numbers are on different places
Thanks for any response
I am looking at a algoritm for special permutation with integers like
f.e.
I start with 1,2,3,4,5
and I want the result
1 2 3 4 5
2 3 5 1 4
4 1 2 5 3
5 4 1 3 2
3 5 4 2 1
Some subset where al of the numbers are on different places
Thanks for any response