476. Number Complement | Bit manipulation | Leetcode POTD Explained

  Рет қаралды 75

Jeevesh Rai

Jeevesh Rai

Күн бұрын

Пікірлер: 7
@codeby_naruto
@codeby_naruto 2 ай бұрын
Code :- class Solution { public: int findComplement(int num) { int i = 0; // Initialize bit position counter int ans = 0; // Initialize the result for the complement while (num) { // Loop until all bits of num are processed // Check if the least significant bit (LSB) is 0 if ((num & 1) == 0) { // If LSB is 0, set the corresponding bit in the result to 1 ans = ans + (1 > 1; // Right shift num to process the next bit } return ans; // Return the computed complement } };
@shubhamjaiswal7645
@shubhamjaiswal7645 2 ай бұрын
very nice approach
@codeby_naruto
@codeby_naruto 2 ай бұрын
Thank you ❤️❤️
@ankit8269
@ankit8269 2 ай бұрын
thanks bhaiya , it was great
@codeby_naruto
@codeby_naruto 2 ай бұрын
Thank you ❤️❤️
@Buthkun
@Buthkun 2 ай бұрын
Able to understand 10^8 and 1sec relation .
@codeby_naruto
@codeby_naruto 2 ай бұрын
✨❣️
Number Complement🔥 | Leetcode 476 | Bit Manipulation
7:46
Ayushi Sharma
Рет қаралды 5 М.
СОБАКА ВЕРНУЛА ТАБАЛАПКИ😱#shorts
00:25
INNA SERG
Рет қаралды 3,2 МЛН
Это было очень близко...
00:10
Аришнев
Рет қаралды 7 МЛН
MAGIC TIME ​⁠@Whoispelagheya
00:28
MasomkaMagic
Рет қаралды 39 МЛН
When mom gets home, but you're in rollerblades.
00:40
Daniel LaBelle
Рет қаралды 138 МЛН
Winning Facebook (Meta) Hacker Cup Qual Round 2022?
53:55
Neal Wu
Рет қаралды 2,5 МЛН
Learn Database Normalization - 1NF, 2NF, 3NF, 4NF, 5NF
28:34
Decomplexify
Рет қаралды 2 МЛН
5 Simple Steps for Solving Dynamic Programming Problems
21:27
Reducible
Рет қаралды 1,1 МЛН
Number complement | Leetcode #476
7:58
Techdose
Рет қаралды 16 М.
EASY MATH HACKS You Need to Know!!
12:16
infyGyan
Рет қаралды 909
How to Ace ANY SQL Interview Question
6:54
Matt Mike
Рет қаралды 1 М.
СОБАКА ВЕРНУЛА ТАБАЛАПКИ😱#shorts
00:25
INNA SERG
Рет қаралды 3,2 МЛН