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.
Python: Random tests are vulnerable to input modification
The kata needs to be rewritten with
assertApproxEquals
instead of rounding 2 decimal places, because the tests keep hitting the rounding boundary with the random tests, which means floating point error is significant here.Ruby 3.0 should be enabled.
KaTeX should be used.
The description is awfully bad: please considere that every warrior didn't study such a field, so make it understandable.
First, you don't say which one of the players is in row/column. Secondly, neither do you say how we are supposed to read those tuples.
...there I was like... "WTF!?" => strictly speaking, you're telling that a list of lists of integers is the same as a list of lists of tuples of integers. That clearly needs to be explained, how you go from the first to the second (not that hard to figure out, but hell, that's your job to explain this, not the warroir).
Edit: btw -> "can be expressed
in pythonas..." -> make the description as much "language free" as possible.-> that, we can already guess. What would be more useful is that you split the description in "Context" and "Task"
Clojure tests are missing.