Ad
  • Custom User Avatar

    Fixed.

  • Custom User Avatar

    There are lots of katas which say things like that but don't enforce them in the tests

    Then those katas are badly made, aren't they?

  • Default User Avatar

    I am not sure this is an issue, there are lots of katas which say things like that but don't enforce them in the tests. It also would be fairly non-trivial because of the many ways you can do this in various languages.

  • Default User Avatar

    Has description conflicts.

  • Custom User Avatar

    Wow, it was worse than I thought, the random tests were in the sample tests tab, disclosing the solution. Fixed.

  • Custom User Avatar

    No random tests in Ruby.

  • Custom User Avatar

    You should do this without converting the inputted number into a string.

    That's not tested at all in Python and Ruby (couldn't check it in Shell).

  • Custom User Avatar

    Last sample test for shell states "Solution for parameter '1020'" but it's actually testing 1001.

  • Custom User Avatar

    Left padding zeros has no mathematical sense, it's ok like that.

  • Default User Avatar

    Its broken in shell-- trailing zeros are deleted in the test cases. Is this intended?

    So for example 12300 becomes 321.