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'll reject this one because of the problem with the test holding the solution. Too risky to keep that around. You can either create a new one or fork this one to make the required modifications.
'think so.
Looks to me like the tables' headers are a bit misleading:
closure({2,3})
, which is actually the whole possible values (hence rows) together.So, in my comprehension,
closure({2,3})
should be the title of the whole table, and not the header of one column. Same kind of problems goes with the second table (but not exactly the same, since the information is organized a bit differently)edit: I'd even give the products first, then the values in a second column. But that's a matter of preferences, at this point.
spoiler flag, please...
no. As you pointed out, this is white. There shouldn't be performances requirements here. Rather:
edit: ok, I got a coffee in the belly, and now I see the previous line in your message... x) ->
I'd stick to point 2, though
never a comma before a "and" (yes, it's grammatical, but still about the kata)
This is inconsistent/not logical (from the description).
A justification doesn't mean it's good/acceptable. The kata is about creating human friendly output. This is not human friendly output.
This is inconsistent/not logical (from the description).
Hi,
I don't do rust myself, so I cannot tell. That test uses a macro, and this specific test is only closing the instance, without calling any other method (afaict...).
yeah, that one is the issue from years ago that is still opened. It's chemically incorrect, but considering the task, it's still doable (numerically/mathematically) without problems on user's side (as long as they stick to the task only)
edit: and numerically, it shoud have 0 H, so. But again, the molecule cannot exist, yeah.
That's a cheat. Don't use that.
ffs, I thought I had fixed that... x/ Yes, it should be "propenoyl..."
random tests, I guess?
except the test is not on
ans
...You should explain the math notations: not all users have a math-college background (hint: I don't ;) )
Also names are not to be chosen randomly. If you can switch the function name from
sum_not_prime
tosum_prime
without changing anything else, this means the name has nothing to do with the task (or one of them is totally wrong).Loading more items...