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 don't want to fix your kata just pointing out, how it is easier to work with the tests. If the one test suit is generated and you can't separete it into multiple, then what ever. But if it could be automaticly separated for each test to separated scenario that would be great
Tests are randomly generated. No idea what you are talking about. There is no need to seperate anything. If your code is faulty, then fix your code and not my kata.
I agree and that is exactly where it could be improved, the testing of the solution is pain in the ass. When I separate them myself, it is way much easier to debug the code. While other challenges have it already done. I am trying to point out better settup of the task. So the solver can focus puerly on the task itself
Tests were created to test your solution and not to help you to write your code. All requirements are in the description of the kata.
The tests should be separated into invidual scenarios. It is difficult to debug it as one whole test
It's constant time so it really doesn't matter.
This comment is hidden because it contains spoiler information about the solution