Ad
  • Custom User Avatar

    Ignore means "treat it like it's not there", "do not process".
    For 0's at the beginning and end of the input to become spaces in the output, you have to process them, which you are told not to do.

    Not an issue, from my perspective.

  • Custom User Avatar

    Ignore means remove them in this case.

  • Custom User Avatar

    "Extra spaces before or after the code have no meaning and should be ignored."

    The Kata description needs to clarify what ignore means. Does it mean ignore that the question has space and remove it from the answer or does it mean ignore the space and leave it as it is in the answer?

    My code ignores any space in the beginning and the end. Hence it appears in the output and the output is treated incorrect.

  • Custom User Avatar

    Oops. Thanks for reporting. Fixed.

  • Custom User Avatar

    Little typo in js For JavaScript is is Preloaded.WORDS.

  • Custom User Avatar

    OK. Kata description updated by language.

  • Custom User Avatar

    use preloaded::words

    @DM: the description needs effectively an update (or a comment in the solution setup?)

  • Custom User Avatar

    How and where is the C++ list of words stored?

    I tried Preloaded.WORDS and it doesn't seem to be working.

    Marking as an issue because the Kata doesn't mention this.

  • Custom User Avatar

    Not fixed yet. My Random tests still have dimensions where the matrices are not square.