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.
Yes it is, :-)
This comment is hidden because it contains spoiler information about the solution
I use codewars to train several languages and sometimes I want to write solutions in one language (for example PHP) to katas that I previously solved in other language. Then I understand that I should search for katas in language PHP with progress 'Kata I have not completed', expecting that this means 'Kata I have not completed using PHP'. But then I get katas thah I have not completed in any language. So, how can I get the katas that I've not completed using a particular language? If this is not possible, can you include this new feature? (or new interpretation of the combined selection in the search form)
Sorry for my lean english
Thanks, I've enjoyed translating this kata
Haskell translation submitted. Please review and approve if acceptable.
Thanks
Thanks, I really enjoy doing it
The definition of types Clues and Puzzle, needed for the haskell test samples, are not included in the code:
type Clues = [[Int]]
type Puzzle = [[Int]]
I get the same error that DasBrain.