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.
Approved.
Why do I forget about regex?
I was struggling to put String instead of str JAJAJAJA
While solving this, I knew some folks will submit a one liner for it and I wasn't surprised to see so. I will definitely get to that level with time.
Approved.
So Scala should also not have been approved. It doesn't even forbid the builtin!
Ãnd the specs allow this.
No, this should not be a translation.
It's an interesting exercise to write it from scratch. Also, I've specified for this translation in the description and full tests that
Data.List.transpose
is not imported.Also, doesn't Scala have transpose in its standard library?
Haskell has
transpose
in the stdlib. Are you sure this translation is a good idea?Haskell translation
Approved
C++ Translation
I was so close...
Updated Groovy Translation
Thanks, in polish, J is considered a vowel... :) but it worked now!
Approved
if (letter != 'a' || letter != 'e' || ... )
will always be trueLoading more items...