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.
Right, I just updated the text. Thanks!
This kata is now one year old and was created from nothing. As for the one you pasted, I do not know its creation date but based on the comments it seems younger.
Hello, thank you for your feedback. I implemented more test cases + random tests on 500 elements arrays. I was not so sure about how to implement the random test cases though so I "improvised" a little
solution()
function directly in the test cases. I supposed testingassertEquals(maxContiguousSum(arr), maxContiguousSum(arr))
was ridiculous.