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.
I dont understand the error in random test, my code is in python, i use two casting requerided and i have this... I dont figure out
Testing for:
find_slope([19, 61, 45, -3])
It should work for random inputs too: '-2' should equal '-3'
Testing for:
find_slope([-1, 80, 74, 13])
It should work for random inputs too: '0' should equal '-1'
same here
This Kata fits more in a 7 o maybe 6 Kyu, Its tricky for a 8 Kyu.
really nice
brutal, solution. I've learned something here.
LOL, The old and effective trick copy and past. Good!
Really its a wonderful solution. In my case I had to puzzle over not to use quite parallel loops.
This comment is hidden because it contains spoiler information about the solution
A sturdy solution!!!