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.
Looking at these examples, I got a beginner question.
Is there some best practice guidelines when it comes to using Java methods?
In a productive code can I use deliberatedly?
This comment is hidden because it contains spoiler information about the solution
A filtered array's length will never be less than 0.
See my answer to your other post.
Read the instructions, please:
Why does it have to be
0
? It would make sence if it was-1
because[-1]
is subarray with the gretest sum, isn't it?Probably not correct :(
And you can very efficiently use the spoiler flag, in this kind of situation... ;p
This comment is hidden because it contains spoiler information about the solution