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.
of course works
This comment is hidden because it contains spoiler information about the solution
I tested it, it worked for sure:
do not retreat and do not give up
We all get there at some point, and you have to admit that for a 7 Kyu this was quite tricky in practice
3 days is a bit long ;)
where are you from? your nickname seems familiar.
Test case 5 in Java is not about empty arrays. It's about nulls. Do you check for null in your code?
You can use the equality operator (==) with the null keyword. So, if (a == null) { do things differently }
((a.length == 0) & (b.length == 0))
: It depends on language, but if this is exactly how you have it in code, then it's most probably wrong.