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.
My solution passed all the tests except the final one. Could you tell me what's in it. I can't figure out what I didn't look at in my solution.
This comment is hidden because it contains spoiler information about the solution
You have wrong negative test cases on Go. Some values in your cases are not negative. Please fix it
Verifying that fib(-91) == 4660046610375530309
Expected
<*big.Int | 0xc00056da40>: {
neg: true,
abs: [4660046610375530309],
}
to equal
<*big.Int | 0xc000023140>: {
neg: false,
abs: [4660046610375530309],
}
I have a problem with random test
My code work with all values