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.
Haskell translation
Almost all languages:
Suggested generation scheme can be found in the (currently pending) Scala and Python versions.
This comment is hidden because it contains spoiler information about the solution
I was able to reach the string without the order, but couldn't make it to the order that was supposed. Can anyone help me?
The tests in Crystal use
Char
s and one-charString
s interchangeably. Triplets should beTuple
s instead of arrays too.What is the alphabet test input? Someone send it to me privately, because I have a fine code and I don't know what is failing. In advance, feel grateful for this gesture.
Scala translation
Has random tests.
Harder test could be added to make it worth it to solve efficiently. Creating another kata where a slow solution doesn't pass the tests may be also interesting.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
The current most upvoted Python solution fails at
[['t', 'u', 'p'], ['w', 'h', 'i'], ['t', 's', 'u'], ['a', 't', 's'], ['h', 'a', 'p'], ['t', 'i', 's']]
. The test should be added to all language versions.Needs random tests
Any chance we can get a mod to approve the pending translation katas, here? The author appears to be inactive, now.
Loading more items...