-
Notifications
You must be signed in to change notification settings - Fork 0
#The code will return the largest series product of n #For example if the n = 63915 and span is 3, the code will check all possible values in n consisting of 3 which is span #The possible values in our example are: 639,391,915, then the code will calculate the product of each series and return the largest one
Mhmd-14/Largest-Series-Product
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
About
#The code will return the largest series product of n #For example if the n = 63915 and span is 3, the code will check all possible values in n consisting of 3 which is span #The possible values in our example are: 639,391,915, then the code will calculate the product of each series and return the largest one
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published