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.
This comment is hidden because it contains spoiler information about the solution
Good point, I guess I was looking that the basic tests down below and got carried away.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
does dividing by two force the common difference to two?
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
.
This code has had the fastest run-time of all the solutions I've tested so far. Good Job.
Nvm, I figured it out. I was understanding the problem all wrong. Thanks for point that out to me :)
The title of this challenge is "Convert number to reversed array of digits" and the instructions say "You have to return the digits of this number within an array in reverse order." My code returns the numbers in the array in reverse order. Is that not what the challenge wants? If not, then you are right, I don't understand what it is asking.
This comment is hidden because it contains spoiler information about the solution
The javascript version needs to be fixed.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution