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
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
You can try with :
return [x,y]
Hi! I would love to practice PL/SQL in codewars :D
Look way down the comments, you need to subtitute in test area case:
bin = Alphabet['BINARY']; oct = Alphabet['OCTAL']; dec = Alphabet['DECIMAL']; hex = Alphabet['HEXA_DECIMAL'];
allow = Alphabet['ALPHA_LOWER']; alup = Alphabet['ALPHA_UPPER']; alpha = Alphabet['ALPHA']; alnum = Alphabet['ALPHA_NUMERIC'];
wow!! I love this solution!! Happy katas! :)
I really like this kata! make me think for all the morning how can I optimize time ejecution! Thank you!
did you think about the sorting of the string with uppercase and lowercase? i failed because of this, hope i help
"Baab" --> "aabB"
but
"ABaab" --> "aabAB"
for C++ I've found error:
in main function:
std::string DNAStrand(dna) --> std::string DNAStrand(std::string dna)
happy hacking!
This comment is hidden because it contains spoiler information about the solution