Skip to content

Commit fd1413f

Browse files
Update lessons/bitwise-operator.md
Co-authored-by: Utkarsh Mishra <76392681+Utkarsh1504@users.noreply.github.com>
1 parent 40622f1 commit fd1413f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/bitwise-operator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ section: "Maths for DSA"
66
description: "learn maths required in DSA"
77
---
88
In this lesson, we are going to learn about the bit-wise operators, and some Bit-manipulation techniques to get optimized solutions. These concepts are very important from competitive programming as well as interviews point of view. Okay, so let's learn these techniques:
9-
9+
In this lesson, we are going to learn about the bit-wise operators, and some Bit-manipulation techniques to get optimized solutions. These concepts are very important from competitive programming as well as interviews point of view. Okay, so let's learn these techniques:
1010
## Bit Manipulation
1111

1212
Bit manipulation is the process of applying logical operations on a sequence of bits, the smallest form of data in a computer, to achieve a required result. Bit manipulation has constant time complexity and process in parallel, meaning it is very efficient on all systems.

0 commit comments

Comments
 (0)