Skip to content

This is a mini-project that shows a simple example of how to create all the possible combinations of the lottery, 6 numbers from the range of numbers 1 to 37 and a strong number from the range of 1 to 7 (which is 16,273,488 possible combinations).

Notifications You must be signed in to change notification settings

elad770/Lotto-Combinations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lotto-Combinations

This is a mini-project that shows a simple example of how to create all the possible combinations of the lottery, 6 numbers from the range of numbers 1 to 37 and a strong number from the range of 1 to 7 (which is 16,273,488 possible combinations). The project uses recursion and backtracking to generate all combinations and saves them all in a text file. And relatively speaking, creating all the combinations is done quite quickly.

About

This is a mini-project that shows a simple example of how to create all the possible combinations of the lottery, 6 numbers from the range of numbers 1 to 37 and a strong number from the range of 1 to 7 (which is 16,273,488 possible combinations).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages