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.
yes.
This comment is hidden because it contains spoiler information about the solution
The code is legable and as a result maintainable.
This comment is hidden because it contains spoiler information about the solution
This is super hard.
How do you get around the rounding down of the "/" method in ruby?
Hi I keep getting the feedback that the "Process was terminated. It took longer than 12000ms to complete". This is probably a beginers mistake but how do I make my code faster. I am sure it has to do with the fact that I am using a "while" loop in Ruby and adding one each cycle. This is fine for the examples but for larger random numbers its too slow.
Any suggestions would be great.