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.
@benjaminzwhite I would like to clarify if I understood the task correct. one of the tests consist the folow array [7,4,11,-11,39,36,10,-6,37,-10,-32,44,-26,-34,43,43] and the correct answer is 155, but my code can find another the highest value. Just look, please, [4,11,39,36,-6,37,44,-26,43,43] === 225. This is the maximum possible value. It is the reason why I ask, if I understood the task correct? Thank you!
This comment is hidden because it contains spoiler information about the solution