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.
Java:
Person[]
type for 1st parameter, but other languages except a Dictionary / Hashmap ...Description should also made language-agnostic regarding this and unify the data type for input parameters...
Java:
assertArrayEquals
and no need explicit conversion to String for equality testingJava:
input and output type should be
Character[]
andCharacter
respectivelyOwO
Java:
camelCase
, notPascalCase
Refer here on how to enable backward compatability to not invalidate all solutions
No random tests in Java
Description should be language-agnostic
No random tests in Java
Java:
camelCase
, notPascalCase
Refer here on how to enable backward compatability to not invalidate all solutions
kata hint != kata suggestion
Missing fixed and samples tests for following cases: (TODO: check in all languages ~~
m = 0, n = 0
m = 0, n = 1
m = 1, n = 0
C#: should expect input as
char
instead ofstring
Equations should be represented with KaTeX
Java:
Character
instead ofString
Description should be language-agnostic
Loading more items...