Ad
  • Custom User Avatar

    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

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    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?