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 fork that fixes the random tests so that failed tests show the input strings along with some other minor improvements to test generation.
Added in this fork
Author changed the link, close the issue
Added in Ruby, done in this fork
out
is a local array variable. withreturn out;
you are returning the address of a local variable, which is incorrect. as soon as the function exits the address becomes invalid.out
is missing1
byte for the nul-terminatorRuby random tests added in this fork
Kata already retired.
Kata retired, translation was rejected.
Fixed for Ruby, done in this fork
fork approved
Function name typo
Function names misspelled in both.
Fixed, now all tests are guaranteed to have uppercase
the funniest thing is that the only lowercase test; all random tests are using uppercase
Kata retired.
Loading more items...