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.
It passes non-integral numbers as inputs, it doesn't implement the specs (
x+y<=27
), the description is still bad, the examples aren't language-specific, the initial code has a spelling error in the funtcion name, said function name doesn't adhere to camelCase standard, the example tests are too limited to catch solutions that switchx
andy
, the output datatype should be a 2D array of strings instead of a string.All in all, not too good. Neither the kata itself nor the translation. Consider focusing on solving two month old issues instead of creating new translations.
for int arrays you need to return ints. but you are returning array of chars.
Not an issue, you should return an array of numbers when the input was also an array of numbers.