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.
Thanks for your feedback ! Right, so I should mention that negative representation is 2's complement in that case.
Oops I didn't notice, it's now fixed. Thanks !
The description says
Sunday -> 0b0100000
.But that Saturday, right?
The negative number handling is undefined unless the representation of negative numbers is known.
There are many of them, and you need to specify which one is being used.
Some random tests have been added now, thanks for your feedback !
I should have written "In Python, any integer may be written in binary annotation as such:
0bxxxxxxx
(here on 7 bits)".Unclear translation from me, thanks for your feedback !
Hello, thanks for your feedback !
I thought in the first place that negative numbers should be ignored.
I didn't mention it in the description (my bad) but, after reading your comment I agree that signed binary should be considered so I fixed it. ;)
No random tests.