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.
No.
No. A positive number is a number greater than 0.
If it says there are 5 partitions and you don't see
1 + 3
or1 + 2 + 1
the answer is obviously yes.Read the description and the examples.
Yeah, I just managed to solve it in 103 ms, but got ~300 with the naive approach. Read over the question again - maybe there's a piece of information you're not using? ;)