Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
wow, now i understand!
i think, you dont understand the task:
[1,1,12] will goes
[1,1,12,14,27,53] n=6
you generate as much new numbers as your n value is
This comment is hidden because it contains spoiler information about the solution
I think, multiply have better performance
https://stackoverflow.com/questions/4125033/floating-point-division-vs-floating-point-multiplication
This comment is hidden because it contains spoiler information about the solution