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.
Thankyou for your response! I'll keep trying then :)
Sample tests are usually a very small portion of tests that are run.
This just means that you haven't reached the end of test runner running all tests (due to timeout), so it wasn't sure how many tests there were in total. I was stuck in the same spot last time I tried it, but I know my code wasn't efficient at all, hence the timeout.
When attempting the sample test, my solution succeeds. When pressing the attempt button, my solution succeeds for all of the 9 tests, but I still get a timed out error. There is also a question mark next to the amount of tests I failed. Has this something to do with the way I raise an exception/just inefficient code on my part? Thanks for the help.