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.
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.Looks good!
I updated the assertion messages, can you check it 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
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
I've updated the kata:
num_to_russian()
requires Cyrillic outputs andrussian_to_num()
always receives Cyrillic inputs.Floats
section was updated, with much simpler "whole units" and "-ths".Thanks for your honest opinion and not frowning upon the kata for those issues.
Honestly, I don't think Cyrillic vs Latin would matter at all to someone who doesn't know Russian. I'd just be copy and pasting everything either way, so if Cyrillic is easier for Russian speakers it seems fine to me.
Loading more items...