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.
Hey, just had time to take a look at it. The spec makes sense. Awesome!
This comment is hidden because it contains spoiler information about the solution
I am sorry for not being clear enough. I mean the sample tests, not the full suite of tests.
This comment is hidden because it contains spoiler information about the solution
Ruby test cases would save some headache if they included at least one k_factor being passed along
This comment is hidden because it contains spoiler information about the solution
I think this question should have more aggressive constraints for performance.
This comment is hidden because it contains spoiler information about the solution
I wrote a solution not using matricies (though really, it's doing the same thing if you think about it) that returns in <3s here: https://www.codewars.com/kata/reviews/53f8b3b97f52c27afd0000a7/groups/58f49c5180d86ca3f80005d9
But in general the Matrix way is the way to go
Suggest adding a test case like:
[1,2,3,4,5,6,7]
Well, this is kind of hacky..
This comment is hidden because it contains spoiler information about the solution