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 fixed it
Nope, the solution is valid. The description of the problem states that the input will contain strings and non-negative integers. There's no reason to check for non-negativeness because we already know that we will receive non-negative integers.
Oh I see, what you're saying. I'll update the test to make sure the input data is changed.
Can you elaborate what you mean by "while even without change of input value (matrix value), the output is marked as correct"? I don't know how I would check that the user only modified the existing matrix instead of creating a new one. The way I wrote this kata assumes a bit of an honor code.