Ad
  • Custom User Avatar

    Seems that switching to Node v10 increases speed of some solutions but some solutions still time out

  • Custom User Avatar

    Javascript, all my relatively fast solutions failed due to time out so I gave up and unlocked submitted solutions.
    To my surprise all approved solutions I checked also timed out.
    I tried FF and Chrome on Windows and Ununtu machines just to be sure.
    What might be the problem?

  • Custom User Avatar

    I think arrays is Turbo Large Range are sometimes greater than 125000 elements.

    Here is some log:
    l1.length is 153838, l2.length is 224988
    l1.length is 204945, l2.length is 158661
    l1.length is 175427, l2.length is 185178

  • Custom User Avatar

    Description says: "Range of possible inputs: 0 <=len(l1), len(l2) <= 125000"
    In JS in Turbo Large Range I got lists with over 190000 elements