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.
In Haskell, some matrices aren't even matrices. There are rows with different lengths.
You are missing the fact that the kata is not about a regular binary encoding, but about BCD encoding. Youl need to look up what BCD is and how it works.
Am I missing something? The test case 10 == 0001 0000 doesn't make any sense. The Decimal number 10 == 0000 1010 (1(8) + 0(4) + 1(2) + (0)1).
Ruby 3.0 should be enabled (locked in)
Sample tests should use
assert_equals
or even betterRspecs
'sexpect
Approved by someone
nice kata
nice jkata
Julia translation
ah, only sample, yeah
fixed also?
fixed
done
approved
Python translation: https://www.codewars.com/kumite/6416132c0e553d88b677a0a4?sel=6416132c0e553d88b677a0a4
Loading more items...