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.
Please can you enligthen me about the requirements I have been stuck on 2 failed test
Updated the offending test cases.
Updated the description.
Provided more details in the description.
Rules are unclear. How is the win amount calculated?
Putting
in the description is unacceptable because the kata specs should be stand-alone and not rely on outside information. And users shouldn't be doing your job of explaining what the spec is.
This test feedback in unacceptable. Please use the test framework properly and compare the actual value against expected value directly, not compare if
actual == expected
istrue
. It erases all kinds of useful information.The format of the provided classes are terrible. Please use Markdown syntax correctly to present code as code, like this:
```
code
code
code
```
Becomes
That was a good one. That reminded of the queries I used to write when I did it as a job.
Strangely I got a solution to work and not time out...
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Poorly worded. I had to rely on test output and this forum to figure out the requirements.