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.
The tests were incorrect, feel free to resubmit a slightly altered version of his.
You're not just a programmer, you're an artist :)
why
craazy
I tried to think of way to get mines in 1 line. Nice!
within the spirit of the kata, haha!
This comment is hidden because it contains spoiler information about the solution
yes, we had to 'cheat' this way
Yes, but white highlighted syntax always grinds my gears.:) Imo, quite annoying it contains Array.:)
Fwiw, you could also get rid of the
let
to really golf it up. :)Ah yes. I do remember life without children.
Uh-oh.. time complexity is O(WxHxT) (width, height, #territories). I might have to review this strategy :)
What is the time complexity of this solution? If its O(NxM) (N=width,M-height), normally it should pass the tests since I changed max size for width and height to 400 now.
Nice! :)
how this can be Best Practices?... i mean is clever for sure, but it is really dificult to read
Loading more items...