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.
The hardest parts seem to (0) understand the problem in a meaningful way, (1) to optimize the solution so long that it passes all tests without timeout.
Yeah, because I'm self-study, so it makes me surprise
Please use spoiler flag next time.
This comment is hidden because it contains spoiler information about the solution
wtf :)))
You're totally right in all that you said. I'm gonna fixe it soon, but right now I can't. Thanks for the critical comments.
your kata is just uncompletable, for now x(
the order of the output is related neither to sorting nor to the order of the points in the input. How exactly do you expect us to solve the task??
Hi,
the setup of your kata is currently pretty inappropriate:
[[[8, 3]], [[0, 4]], [[18, 11]], [[1, 0]]] should equal [[[1, 0]], [[8, 3]], [[0, 4]], [[18, 11]]]
if the order doesn't matter and you keep sequenced data types in the output, you'll have to sort them on your side before doing the assertions, meaning that you'll need a dedicated test method.
I can see them, you probably need to click reset.
I added this sample cases where said Example Test Cases and save it of course, but when I try to solve it to see if the sample cases are loaded well doesn't load it. It show me the all code that I had.
Please add actual tests in the sample tests ;) After that, feel free to republish this.
Thanks for the feedbacks
See above.
Loading more items...