Ad
  • Custom User Avatar

    Random tests generate 100 test cases, each with a list which has 10-20k nodes in the initial, "prefix" part, and 10-20k nodes in the loop part. Your solution is able to handle 3-5 such tests before timing out.

  • Custom User Avatar

    How did you fix this? Im confused because for me it just mentiones 3 passed test and random test timed out but it doesn't mention what exactly the random test was for me to debug the problem.

  • Custom User Avatar

    That's a problem with your code, not a kata issue:

    JavaScript Completions 7619