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.
Approved, thanks for the translation!
C translation
Yeah, that should prevent solving via combining other patterns.
I replaced random numbers with random primes, is that better (apparently it is, now your solution fails)?
Right now I can't quite do that because the testing system takes too much time for a single test with high period. I'll try to implement that as soon as possible.
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.
Examples should be language-agnostic (remove the
i_before_e
from the example and just show input to output transformation)fixed!
Should be
[0, 1, 2, 3, 6]
.I wasn't previously familiar with minterms, so I could be mistaken, but I believe the example case in the description is incorrect:
Approved.
Dumb mistake by me. Fixed.
[[]]
is a1x0
matrix, not anNxN
matrix.fixed. the exponent is now distributed over the entire
double
range.Loading more items...