Skip to content

#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

Notifications You must be signed in to change notification settings

Mhmd-14/Largest-Series-Product

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

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

No packages published

Languages