You are on page 1of 1

How to extract bits from a number => Number of 1's https://leetcode.com/problems/number-of-1-bits/ https://www.youtube.com/watch?

v=I6Pz-cU4kIc Easy

[Easy questions are must do for building strong foundation in bit manipulation]
Hamming Distance https://leetcode.com/problems/hamming-distance/ https://www.youtube.com/watch?v=WnVWWuiH6dk Easy
Power of Two https://leetcode.com/problems/power-of-two/ https://www.youtube.com/watch?v=GOaRIDmsu74 Easy
Add Binary https://leetcode.com/problems/add-binary/ https://www.youtube.com/watch?v=pbYm2xealT8 Easy
Find the Difference https://leetcode.com/problems/find-the-difference/ https://www.youtube.com/watch?v=V-zhnMi3W_Y Easy
Single Number https://leetcode.com/problems/single-number/ https://www.youtube.com/watch?v=-zQrh7yFvRc Easy
Counting Bits https://leetcode.com/problems/counting-bits/ https://www.youtube.com/watch?v=uAcxY2w-oGI Easy
Number Complement https://leetcode.com/problems/number-complement/ https://www.youtube.com/watch?v=nxT9M8SQpAA Medium

Count Words Obtained After Adding a Letter https://leetcode.com/problems/count-words-obtained-after-adding-a-letter https://www.youtube.com/watch?v=k8F09JM_5CU Medium


Design Bitset https://leetcode.com/problems/design-bitset/discuss/ https://www.youtube.com/watch?v=XIH6laaPgVk Medium
Largest Combination With Bitwise AND Greater Than Zero https://leetcode.com/problems/largest-combination-with-bitwise-and-greater-than-zero/
https://www.youtube.com/watch?v=iVOpC1PXKf4 Medium

Group of Strings https://leetcode.com/problems/groups-of-strings/ https://www.youtube.com/watch?v=M_oVEpLlrlY Hard


Count Integers in Intervals https://leetcode.com/problems/count-integers-in-intervals/ https://www.youtube.com/watch?v=4D6gKgZKlzw Hard

You might also like