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.
it's a good kata
I found a mistake. Can I fix it or should author do it?
I think it's best to raise an issue for this kata. I have so many questions! see what happens :)
This comment is hidden because it contains spoiler information about the solution
I really love the simplicity of this solution.
However - I tested it with this input: new int[][] {{10, 11}, {1, 8}, {6, 9}, {5, 7}})
and it returns 4 - note {10, 11} does not overlap with any other request - the result should be 3.
Am I missing something?