Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
This comment is hidden because it contains spoiler information about the solution
I guess I did this in the worst possible way. xD
Btw, the tests for this Kata could be improved if it's possible.
This comment is hidden because it contains spoiler information about the solution
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.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
C# has a missing import in the solution setup.
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.
This comment is hidden because it contains spoiler information about the solution
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.
This comment is hidden because it contains spoiler information about the solution
C, C++, and Java translations. Please review.
[C#] Says that you should return an array when function is actually expecting a list
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.
Somebody know how solve this kata via RegExp? I broke my mind, pls help))))
Loading more items...