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 tests aren't currently isolating these validation requirements:
It's also missing random tests.
Double-spaced for legibility and makes sure to clean up after itself. I don't know about best practices, but this definitely has good manners.
The first fixed case is passing an empty dict rather than a set.
Yeah, I believe once something's retired you can't republish. You'll have to make a new kata and publish that one.
Cool kata! Couple clarifications that should be made to the description:
'
won't be used in text (unless you want to open the escape character can of worms)cd ..
does (probably known to most solvers, but should still clarify)/
will or won't be appended to calls tocd
, it seems like both are used, but not specified..
or onefoo
and anotherfoo/
You can of course create whatever difficulty you'd like, but just know that it's very difficult to get an 8kyu through the beta testing process. It tends to be easiest to learn the ropes of authoring on a 5 or 6 which are more likely to get approved.
As for uniqueness, reviewers are in general looking for a problem that is not equivalent (or too close) to currently existing kata. For example, this one might be considered too similar to this kata or this one. Naturally, these aren't identical, but especially at the 8kyu level the differences are often just cosmetic and the same skills are being tested.
You can also get some guidance from the discord channel before publishing; it's handy to get some eyes on your draft before having beta testers vote on it.
Hey, you've clearly put a lot of work into writing these, and they're likely to get auto-retired due to votes, so I wanted to fill you in on what the problems are.
If you want to continue to try authoring, please read through the Creating your first kata tutorial and the rest of the relevant topics in the docs. They'll help you avoid learning all this via trial and error.
I'd recommend unpublishing these are fixing them if you want to try to get them approved, but due to the novelty issue it'll be an uphill battle. I'd strongly recommend a first kata be standalone (not part of a series) and not aiming to be an 8 kyu.
Approved, thanks for the translation!
Yeah, that should prevent solving via combining other patterns.
You should have additional larger tests (and possibly specifically test larger primes). I was able to pass with a solution that fails on ~20% of the domain.
Fixed, thanks.
I wasn't previously familiar with minterms, so I could be mistaken, but I believe the example case in the description is incorrect:
[[]]
is a1x0
matrix, not anNxN
matrix.Looks good!
This comment is hidden because it contains spoiler information about the solution
Loading more items...