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.
Rejected, this fork only removes the random tests & changes the solution class name
Rejected. This fork doesn't fix the biggest issue (missing random tests) while adding unnecessary input validation tests.
Rejected. Handling multiple spaces is out of the spec.
What's the goal of this fork? Why does it remove random tests?
Guys, what do you think about range of [Integer.MIN_VALUE, Integer.MAX_VALUE] ?
It is allowed by definition, but I'm not shure if it is possible to process in Java using int[] as resulting array,
because total of terms will overflow an int type
Maybe it is worth to mention more boundaries in description
Sometimes tests may fail
because of n provided as int and not as long
as if there was no
Lin value literallike so
instead of
I must elaborate, you need to keep remaining characters unchanged.