|
-
Jun 22nd, 2010, 03:12 PM
#1
Thread Starter
Lively Member
Random Unique Lists of 12 Numbers
Hello am trying to create a program which will
Generate Lists of unique numbers of 12 between 1-90 until there can be no more unique lists to product
e.g
12 2 4 5 7 9 8 19 90 70 18 56
23 4 8 9 10 12 11 13 60 55 60
-So Creating Multiple Strings of Numbers between 1-90 each string containing only 12 numbers(a string of 12 numbers cannot contain duplicate numbers in it )
-But two strings can contain multiple duplicate numbers as long as the two strings are not the same.(So the program must be able to somehow compare previous generated strings in order to avoid creating an exact same string)
-Sequence of the numbers in each string matter.So the program cannot create a string identical to another already generated but with a different sequence.
Create lists untill no more strings can be create and display a msgbox to stop.
Any ideas?This is a very very hard project for me and i need an A.;(
I cannot do this alone i need help!
Thanks
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|