Greetings to you all,
I have been wanting to pick the best possible 16 numbers from our local draw.
I have written a program using for loop (which has 16 for loops) to get 49 combination 16 (i.e 3,348,108,992,991 the possible combinations).
Each of the above combination is compared to 296 draws (to count 6/6 ,5/6,4/6 and 3/6 win)
This again increases the number of iteration to 991,040,261,925,336.
With this monster of a number the computer might take months if not years to get the best 16 numbers (and the next best 16 numbers and so on ... until you exhaust the draw) using my method.
Please if you can assist with a different fast algorithm (or even a finished program) I will appreciate a lot.
I have written one for 8 best numbers for 3if3 and it has taken only 15 lines to exhaust all our local draw numbers.
The lines are
2 3 10 11 21 22 32 39
1 2 4 5 15 17 21 24
1 8 12 13 25 26 40 48
6 7 18 20 25 27 30 34
9 11 12 29 41 45 46 47
15 19 26 35 36 37 39 42
7 1 25 28 29 33 38 44
5 7 10 16 24 28 37 45
9 14 17 28 30 39 40 47
2 3 7 8 17 26 31 36
6 12 16 18 20 23 37 38
7 11 24 36 37 46 48 49
1 5 10 12 18 29 31 45
8 10 27 28 32 34 41 46
9 11 12 15 19 23 25 40
if you wish to compare with your local draws.
Wishing you best of luck in the Jackpot journey.
Best regards to you all
.
Kenya649
I have been wanting to pick the best possible 16 numbers from our local draw.
I have written a program using for loop (which has 16 for loops) to get 49 combination 16 (i.e 3,348,108,992,991 the possible combinations).
Each of the above combination is compared to 296 draws (to count 6/6 ,5/6,4/6 and 3/6 win)
This again increases the number of iteration to 991,040,261,925,336.
With this monster of a number the computer might take months if not years to get the best 16 numbers (and the next best 16 numbers and so on ... until you exhaust the draw) using my method.
Please if you can assist with a different fast algorithm (or even a finished program) I will appreciate a lot.
I have written one for 8 best numbers for 3if3 and it has taken only 15 lines to exhaust all our local draw numbers.
The lines are
2 3 10 11 21 22 32 39
1 2 4 5 15 17 21 24
1 8 12 13 25 26 40 48
6 7 18 20 25 27 30 34
9 11 12 29 41 45 46 47
15 19 26 35 36 37 39 42
7 1 25 28 29 33 38 44
5 7 10 16 24 28 37 45
9 14 17 28 30 39 40 47
2 3 7 8 17 26 31 36
6 12 16 18 20 23 37 38
7 11 24 36 37 46 48 49
1 5 10 12 18 29 31 45
8 10 27 28 32 34 41 46
9 11 12 15 19 23 25 40
if you wish to compare with your local draws.
Wishing you best of luck in the Jackpot journey.
Best regards to you all

Kenya649