Ad
  • Custom User Avatar

    Right, I just updated the text. Thanks!

  • Custom User Avatar

    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.

  • Custom User Avatar

    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 testing assertEquals(maxContiguousSum(arr), maxContiguousSum(arr)) was ridiculous.