Ad
  • Custom User Avatar

    Updated python random tests with human-readable strings

  • Custom User Avatar

    You are right, sorry for the arrogance, I am a rookie, so I guess it was rookie mistake XD

  • Custom User Avatar

    Could you elaborate? Maybe give some examples of the input, the expected value and the value you think it should be?

  • Default User Avatar

    js is not right sorting

  • Custom User Avatar

    The inputs are lists, but the random name generation is not limited to letters so there're a lot of brackets, carets, slashes etc. inside those strings.

  • Custom User Avatar

    Thank you for the quick answer. Sorry for the spoiler, first time I ask a question here. My problem is that - if my understanding is correct - the input should be 2 lists. The random test I posted is (I think) an input, but it does not have two lists. It has 127 of this symbol "[" and 336 of "]". I tried to check it it with other methods as well, all resulted that that input is not a list of lists. It seems to me just a very long string. So that's why I have issues with the test.

  • Custom User Avatar

    The random test generation (at leas in Python) is completely insane - the inputs are a huge mess of random characters (including non-alphabetical ones!), and just a couple error messages are enough to fill the buffer.

  • Custom User Avatar

    The tests should be working alright, and I think the problem is in your code. Unfortunately, the random test generation is totally insane, and you will have to post your solution marked as a spoiler here if you want somebody to help you.


    I also marked your comment as a spoiler so that this huge error message is not displayed on the dashboard.

  • Custom User Avatar

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