Play with Bitwise Operations

I want to write a quick summary (with examples) of some bitwise operations I have learnt from another article (Reference here). I have included some common use of these bitwise operations and put together some examples to illustrate these ideas. Finally, I have presented an application of some of the bitwise operations here. This post is mostly for my own record of studying. I hope you will enjoy the contents here too! Have fun and keep coding!

Read More