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.
Its direct as solution, a 8kyu can understand it. Its great somehow
I like this solution. It looks simple here.
That would make for a less readable and intuitive function signature.
you realize you can just change the parameter name?
same. quick shit
Use spoiler flag next time, please.
This comment is hidden because it contains spoiler information about the solution
I used a similiar to this one, the difference is that I used a String Template, its the fastest and simple solution for this problem (as it is not scalable from the description)
I agree with others that even though this isn't the most elegant code, it is really fast.
Some might say this isn't the most elegant to look at, but in my benchmark I found this solution to be the fastest by far. More than twice as fast as the closest competitor.
simple and resolve i love it
Seems to run the fastest. Sometimes the simpler solution is the best.