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
mattc i agree that solution may be inefficiant, but it shouldn't give an error saying submission timed out, if efficiancy is the problem, why don't you add a test case which checks how long call is taking and throw an exception saying taking too long to respond.
I did have an inefficianct solution, which threw an exception saying its taking more than 10000ms when i submit, so i assume if in-efficiancy was still a problem, it should have given me the same error.
I'm facing the same problem as SithFire, "Submission timed out. Please try again.", All tests are passing, when i try to submit i run into this error.