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 see it now, thanks to your comment I was able to come up with a solution that solved this kata, it is probably not the best solution but I will try to refactor and improve it. Thanks a lot!
This comment is hidden because it contains spoiler information about the solution
Hello, I've been trying to pass the test cases however I'm facing some errors in the negative number situation.
For the input with @lazy(-2) and i = 2 and j = 5 (that is the 5th call) it is saying that it should be None.
However, the following calls passed:
The next is the one that I described before, should it really be None? Since it the 1st call after a lazy call and n == -2