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.
nice, clean and easy to read
Thanks. ;-)
Not too late, now I've added 1 fixed testcase like above, and rebuild the random tests.
There are solutions that past the test without checking if volume / n is an integer. I try this (27, 8) on some solutions and it passed like true.
This solution is not OK. Is not checking if volume divided by n is integers. If you try (27,8) your solution will return true, which is not correct.