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.
Damn, there are definitely easier ways to solve this kata. But it was fun.
Agreed, this was a fun kata. Thanks!
This comment is hidden because it contains spoiler information about the solution
Agree with some of the other codewarriors here in that this was way too easy for 4 kyu. There are no test cases for Python, not sure if this was intentional or not.
This comment is hidden because it contains spoiler information about the solution
+1 for the description being unclear. Please change the wording to more clearly articulate the problem.
Enjoyed this one, thanks. Had to think about it way more than I thought I would and took several revisions to get it to pass all tests. My solution could be more concise, but it works.
Ah yes, that did the trick, thanks. Although, having zeroes in the array would seemingly conflict with the problem description:
"since the levels ascend, you can assume every number in the sequence after the first index will be greater than the previous"
Thanks!
J.
Hmmm, I'm getting the same thing. Pretty certain my array is the correct length. All of the included test cases pass, but if fails on submit with the same error as Apfeltasche.
It's been mentioned already, but +1 on needing test cases.