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.
Each fundamental operation (such as adding two numbers) comes with a cost. To speed up your solution you should try to reduce the number of operations. That means looking for alterative approaches instead of just translating the math formula into code.
I'd suggest googling "Code complexity" or "Big O notation". There are tons of youtube videos on the matter as well. I would publish a youtube link here, but I doubt it's allowed.
Please use spoiler flag next time.