Comparison using bitwise operations

Comparison using bitwise operations

In this article, we have explored the idea of making comparisons (equal, larger, smaller) through bitwise operations along with the basic idea of bitwise operations and their examples.

Table of content:

What are Bitwise Operations?Using bitwise operations to compare two operands
(a) Check if both operands are equal
(b) Check which operand is smaller/ larger in valueTime and Space Complexity

We will get started now.

What are Bitwise Operations?

In a computer setting, a bitwise operation is an...

 •  0 comments  •  flag
Share on Twitter
Published on August 15, 2021 03:55
No comments have been added yet.