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.
how that possible in test case [[1,0,1],[1,1,0],[0,0,2]]: expected [ +0, 4 ] to deeply equal [ 1, 3 ]
as there two large groups of [0,4] , [1,4] and the lowest value of the two large groups is 0 so it should return [0 , 4] however it return [1 , 3]
i tried to solve that kata with javascript
This comment is hidden because it contains spoiler information about the solution
how that books
[ '*_deny', 'books_allow', 'movies_deny' ] return false in fixed test however it should return true as in array there is exisit 'books_allow' element?