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
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
perfect examples of a simple problem solved with something that is really not worth trying to understand
This comment is hidden because it contains spoiler information about the solution
Nice
Is the type casting necessary or best practices?
Someone can give me feedback about my solution?
This comment is hidden because it contains spoiler information about the solution
I used toString() too, but realized I didn't have to. Thanks
Super clever OOPified solution :)
Forgot about a booby trap - dividing null))) With the "for"-loop everything is ok!
make sure you check that n!=0, otherwise you will have an endless loop that would cause the timeout. otherwise, idk either
I wrote same code, but for some reason server timed out, IDK
This comment is hidden because it contains spoiler information about the solution
Loading more items...