Ad
  • Default User Avatar

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

  • Custom User Avatar

    I guess I did this in the worst possible way. xD

    Btw, the tests for this Kata could be improved if it's possible.

  • Custom User Avatar

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

  • Default User Avatar

    Please indicate anagrams mean two words that contain the same letters AND the same number of each letter, ie abba is not an anagram of abbaa.

  • Custom User Avatar

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

  • Default User Avatar

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

  • Default User Avatar

    C# has a missing import in the solution setup.

    using System.Collections.Generic;
  • Custom User Avatar

    I have solved this kata in Rust, JS and Python. In Rust only the results need to be case sensitive. The description doesn't say a word about that, I guess either this should be clarified or case sensitive tests should be added in all languages.

  • Default User Avatar

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

  • Default User Avatar

    Not to be the grammar police here, but it was difficult to determine the wording on this part:

    "You will be given two inputs a word and an array with words."

    Please consider using:

    "You will be given two inputs: 1) a word, and 2) an array with words" or something similar.

    The original wording is difficult to read, and it took me a few attempts (as a very new learner) to figure out what it was stating.

  • Custom User Avatar

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

  • Default User Avatar

    C, C++, and Java translations. Please review.

  • Default User Avatar

    [C#] Says that you should return an array when function is actually expecting a list

  • Default User Avatar

    It should be noted in the description of the challenge that the tests check for
    order of the your words in the list. I've got a solution but need to redo it
    because I've got the words in different order and it won't pass some of the tests.

    Either make a note in the description saying the resulting list needs to be
    in specified order or make the test order-insensitive.

  • Custom User Avatar

    Somebody know how solve this kata via RegExp? I broke my mind, pls help))))

  • Loading more items...