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.
Yep, if the message is shorter than the pixels, the remaining pixels should be untouched.
Updated the full tests suite to use the same tests from the sample tests
I removed it and put lorem ipsum text there instead for both Go & Python
Hi :)
(msg: str, pixels list[list[int]])
Bitmask Array
section about thinking of it as bitreplacing
Hello
example and updated the tests to matchThanks for all your feedback!
Cheers
ps: Hope you give Part 2 a try :)
edit: I'll make some time to apply some of the same feedback on Part 2 as well
Okay, I cleaned up the extra diagrams and added some more emphasis on
insertion
, and noted that thebitmask
array is applied bit-by-bit to each color value one at a time.If this still isn't good enough maybe we can text chat on Discord? I see you in the mods section so I can send you a DM if that's ok?
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 can try to expand on this a bit more without completely giving away a solution
I've updated the python test cases to follow the framework outlined in the Docs.
The spoiler message was a work-in-progress description update I left for feedback. I ended up including it anyways in today's upddate, its the section -
Least Significant Bit Explained
Hello!
Finally got around to addressing a couple things:
This comment is hidden because it contains spoiler information about the solution
Link to part 2 added :)
Yes, it should be
Updated to be Go 1.18
Loading more items...