Ad
  • 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

    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.