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.
Rejecting as outdated.
Thanks for the advice, both things are now fixed
Hello there:
The random test allow scenarios with 0 repetitions, in the description this is not a possible case except the size 0 one
RandomTest bad indentated
True, i did not check it at the final moment, thank you.
At least in Java, there are actually quite a lot of katas that uses objects for inputs, and almost no katas which require parsing an entire data structure from string.
Thank you, already fixed.
Thank you for sharing your feedback. However, i agree that parsing is not the main task but i wanted to give it that importance for resolving the kata.
The reason i did not use objects is because i have never encountered a kata which uses them, so i tried to follow a similar structure.
I look forward to recieving your response
coordinates
string inprimeLengthText
is mal-formatted:There is a whitespace between the entries.
Sample tests are broken.
Is there any reason why
products
andcoordinates
are passed in as an unholy string of data structure, rather than appropriate objects (e.gList<Product>
andList<Point>
with an appropriate definition ofProduct
/Point
classes in Preloaded)?This kata is written in Java, not C, and parsing is clearly not the main task of the kata.
Java translation