all the possible sequences for numbers 1,2,3,4,5,6,7,8,9,10 in groups of 5.
so I need to write a VB6 program that will generate all the possible sequences for numbers 1-10 in groups of 5.
below is a starting sequence but not sure how to do it in a program.
If you want combinations where for example 12345 would be considered the same as 13245 then you'd get about 240 results. If you want permutations where for example 12345 would be not considered the same as 13245 then you'd get about 30,000 results. Which do you want?
rjef
ASKER
where 12345 is the same as 13245. (combinations)
would just make 5 loops from 1 to 10 and check for duplicates and repeats or is there a function?
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.
Not exactly the question you had in mind?
Sign up for an EE membership and get your own personalized solution. With an EE membership, you can ask unlimited troubleshooting, research, or opinion questions.