Ad
  • Default User Avatar

    I'm getting the same error, execution times on the harder and hardest tests are 2ms, 5ms, 195ms and 257ms. Could this still be slow?

  • Custom User Avatar

    same here

  • Default User Avatar

    i feel the drama too, bro ;O

  • Default User Avatar

    So aparently this kata is throwing Unspecified AssertionError for javascript
    i've take a look to the output of my code, it seens to work as expected. so...

  • Default User Avatar

    awesome
    i have no ideia of what you just did
    but i loved it

  • Default User Avatar

    didn't new about hte repeat function *-- * awesome

  • Custom User Avatar

    This is a 4kyu so it is expectable to be somewhat hard. If you don't want to waste your time, maybe you should stick with white katas.

  • Default User Avatar

    i was just joking about the points
    but still The problem itself could have specified that he wanted an exceptional good way of doing it beforehand, wouldn't have make me waste my time
    Thank you for your patiance, i've changed my code since
    btw, when i raised the issue i genuinely thought there was an issue.

  • Default User Avatar

    though 109 is not a solution here as the digits are not in sequentially increasing order, i.e. 1 > 0?

  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    Your code doesn't pass the sample tests, it returns [] everywhere...

  • Custom User Avatar

    Don't raise issues because your code doesn' work and you want points. That's not an issue. You say the kata has a problem because your code passes everything except the "more challenging cases". My code passes them, as hundreds of other people, so what? You can ask a question, but please provide clear information, logs, code, etc. Raising an issue saying you desserve your points is just childish and pointless. Please read carefully the documentation: https://docs.codewars.com/training/troubleshooting/

  • Default User Avatar

    That's the same for JS
    My basic tests passes with 32ms
    and i still don't pass in the "More Challanging Cases" even tho those cases received the same parameter of another test that has passed -.-

  • Default User Avatar

    if you are programming this kata with JS i think it has a problem

    Basic Tests execution time of my code is 30ms
    Only the "More Challanging Cases" do not pass
    It wouldn't be a problem if the same params for the "More Challanging Cases" haven't been passed to the others tests that have passed
    The mod don't even bother looking for it and direct removed my issue report :/

  • Default User Avatar

    The same value was passed in more than one instance, and it only failed in the "More Challenging Cases"
    Also the left panel doesn't leave much more information, i only know that, because i console.log(n,k)
    And i saw the left panel

  • Loading more items...