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 has been deleted.
Интересная техника кода
Out of curiousity I benchmarked the two, this one is indeed 5 times faster.
just renaming the vars makes it much more readable
This is clever but not best practice. Only code that is clear should be allowed to be considered best practice.
I don't get why people try to make something appear shorter by destroying every naming convention possible and make it impossible to read..
Would be still be clever enough if it wasn't written like this..
Sure this code is hard to read and would be better with a bit of effort but I was amazed by the beauty of the solution ! Very clever
Look at my faster solution without explicit sort. )))
Would definitely use spaces, new lines and full variable names. This is not easy to read so not sure why this has been upvoted as a best practice. Clever at most.
BigInt is doesnt work on this kata
The while at the beginning was a good one, it help me to optimize my solution.
hard to read :O
Actually i don't want to read code like this in work
That was indeed smart!
this seems very uneficient
Loading more items...