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.
This comment is hidden because it contains spoiler information about the solution
Hey guys, i'm facing the same problem with my Ruby code. Can you please tell me how do i see which test is it that i am failing? My code passes all the sample tests but in the 'hidden tests' it is failing 2 tests. How do i see what are the tests that i'm failing?
No you didn't, the timeout happened before you could complete all of them, your code isn't fast enough to pass them all, try another approach, O(n2) solutions won't work.
This comment is hidden because it contains spoiler information about the solution
Oops, you're right. Thanks a lot for your quick reply :)
The log appears above the test result, you're confusing the result of a test with the log of the next one, both are ok.
I've said the same in the post below.
This comment is hidden because it contains spoiler information about the solution