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 i'm a n00b and am wrapping my head around this...quick question...is this a problem where recursion would be more efficent at solving?
So I've got a question here about the test cases...I re-read the kata and my initial solution was to sum the different arrays and if they are == then it's True. Everything passed in the tests but am wondering if this test should be included.
Test.assert_equals(same([[5,5],[0,2]], [[7,3],[1,1]]), False, "Values that sum the same but are different")