Ad
  • Custom User Avatar

    Nevermind, there are also 510 tests in JavaScript. Optimized my solution for speed and saw it.

    Thanks Diego! :)

  • Custom User Avatar

    Okay. I'm using JavaScript though, do you know how many there are for it?

  • Custom User Avatar

    How many tests are there in this challenge?

    I have 183 tests passing (varies for each run), none failing but, timing out. Would like to know how close I am; anyone know?

  • Custom User Avatar

    Freaking kidding me mahn! Darn! Thanks anyway, got it.

  • Custom User Avatar

    Lots of the tests in the JavaScript version are wrong, even in simple tests.

    Console log output is in format: m, n, g - error message

    100, 110, 6 - Expected: 'null', instead got: '[101, 107]'

    300, 400, 10 - Expected: '[337, 347]', instead got: '[307, 317]'

    30000, 100000, 8 - Expected: '[30161, 30169]', instead got: '[30089, 30097]'

    Two basic tests and as many as 15 more in the advanced tests have this issue.

  • Custom User Avatar