Generate ordered sequence of 11 numbers
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I need to generate an ordered sequence of numbers from 1 - 9. At no point is any number allowed to be used twice. There are 81 combinations. So it would look something like this: 123456789, 192345678, 193456782, 194567823, 195678234,... and so on. Thanks:confused:
-
Hi, I need to generate an ordered sequence of numbers from 1 - 9. At no point is any number allowed to be used twice. There are 81 combinations. So it would look something like this: 123456789, 192345678, 193456782, 194567823, 195678234,... and so on. Thanks:confused:
Hi, that has been asked and answered here[^]. And there are 9! permutations (that's 362880, not 81). :)
Luc Pattyn [Forum Guidelines] [My Articles]
Fixturized forever. :confused: