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.
same here with Ruby, when I do print array 1 or array2 I can see that the 4th line array is empty.
According to the kata conditions ([] or nil) the result should then be false.
I can't see why it is expecting true.
Finally got it ,sorry 4 e rouble ,thanks
Falling 6 basic test in c++(Expected true, got false). I checked arrays and each row of code, but I' am not understand where I can fall.
Any one can help me
Failing the 4th test with no clue, it says
Expected: true, instead got false.
No clue of the input either.
I have checks for empty? nil? and for same array length
This is in ruby