Ad
  • Default User Avatar

    Thankyou for your response! I'll keep trying then :)

  • Custom User Avatar

    Sample tests are usually a very small portion of tests that are run.

    There is also a question mark next to the amount of tests I failed

    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.

  • Default User Avatar

    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.