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.
I think it would be better if at least one detailed(with all iterations) solution was given in the description
Nope. You'll have to write some random tests.
Shouldn't the input size be enlarged too?
Input validation is not mentioned, so why?
Thanks for Go translation :)
I'd suggest adding more tests including random tests.
For random tests, maybe looking at @g964's translations will be helpful.
Ginkgo does spec permutation (for top level contexts), so you can also have something like this:
And the order of execution will be shuffled, e.g.,
N-Point,2-Point,0-Point,1-Point,3-Point
etc.