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.
Thanks, it was kotlin though and didnt mutate the input. Just had this line
for (i in arr) print("$i ")
in to print out the input array elementsWhy would 0 be expected for this input? Clearly the sign chanfes once
Attempting to solve this in Kotlin and getting the time out error :(
After logging out the params, I realised one of the test failing is this and I do not understand why
With those input paramaters, why would it be 1 not 2 ie (once going down + 1 bounce)