Ad
  • Custom User Avatar

    Inside "Sample Test" block after declaration of create_chain_for_test method add these two lines:

    start = create_chain_for_test(2, 5)
    Test.assert_equals(loop_size(start),5)
    

    That is enough to make test run.

  • Custom User Avatar

    I got "Maximum call stack exceeded" error in JavaScript. I use Set in my solution. I passed all tests, but fail at attempt