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:
camelCase
, notPascalCase
Refer here on how to enable backward compatability to not invalidate all solutions
fixed first point, second point is addressed in other issue
All languages:
n
, there is only 1 valid upper / lower triangular matrix. Hence, the input range should be increased (Also, it should cover range from1 - 3
)Python:
it
block is missing in random testsSuch solutions should be invalidated by hardening random tests
python translation with:
Empty product is unambiguously mathematically defined, and it is tested in other languages.
Shall we follow camel-case Java naming conventions here?
thanks!
Approved.
Lowered the range of the input values to result in the MAX_SAFE_INTEGER range.
Approved.
Carefully crafted input values :) Approved (after forking because of merge conflict)
Description does not specify the empty product, thus I would not test it here.
TypeScript translation based on existing JavaScript
Loading more items...