Ad
  • Default User Avatar

    php
    could you give me an example of a big test? so i can check
    because my solution timed out, but it passedd ok small tests

  • Default User Avatar

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

  • Default User Avatar

    I cant get the result. if i code return, to get the result
    Should return 'Player 1 has a turn': expected undefined to equal 'Player 1 has a turn'

    i f i code console.log, doesnt work either

  • Default User Avatar

    javascript- This example.
    [0,9,10],
    [8,8,8],
    [0,0,18]
    "S"
    [0,9,10],
    [8,8,26]

    shouldnt result be
    [0,9,10],
    [8,8,0]
    [0,0,26]
    as "S" moves downwards. 8 merges with 18 downwards and stays there. why does it go 26 to the middle?

  • Default User Avatar

    Hello, in javascript. Random tests are always with the same song as basic tests?
    Because im getting some errors, I think maybe is because it is anpther song.

    Or listeners must be reset in random tests?

  • Default User Avatar

    do anyone know max n in encode and decode?

  • Default User Avatar

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

  • Default User Avatar

    my code is a mess...but i dont understand why i pass all regular tests i attempt and i get mistakes because result is None...as it is not returning anything...if that is the case and the code is not returning the result...how is possible that regular tests are ok?

  • Default User Avatar

    hi, any tip of what i should be looking, coding, for this?

    new in coding and 3 kyu seems to be way more difficult than previous levels.

    thx

  • Default User Avatar

    Yes you are right, so if there is no nesting structure at all, it should return True

    thanks

  • Default User Avatar

    yes, its the same with my code

    but the lenght is the same...its a problem with this specific test...its an issue.

  • Default User Avatar

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

  • Default User Avatar

    wouldnt be better with methods?

    ok thanks!

  • Default User Avatar

    dont really know why this error when calling every method when testing in python
    <bound method Warrior.level of <solution.Warrior object at 0x7ff727bae610>> should equal 1

    In my editor it is ok, it returns what the test is asking. The method includes return. I tried with print too, but doesnt pass test

    i guess the test is calling methods without () .?
    test.assert_equals(bruce_lee.level, 1) that doesnt seem right

  • Default User Avatar

    any advise how could i optimize my code? it timed out...im new in coding..im doing brute force, iterating..its ok with sample tests but it times out when i go to the larger numbers..

  • Loading more items...