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.
Really simple yet elegant solution! Awesome work!
Why should it stop at the square root? And why would it time out? n changes within the while loop.
What am I missing? It seems this solution would run real fast because the while loop changes n to be smaller.