Index
Warmup
Logic Implementation
Strings!
Sorting
Greedy
DP
Constructive Algos
Bits
Debugging
Bit Manipulation
Home
Index
Bits
The only reason we prefer Bit Manipulation techniques in questions because they help us reducing the time complexity of our algorithm to the least. Use these in a contest and see your solutions pass test cases with lightspeed.
1. Lonely Integer
2. Maximizing XOR
This website is hosted by GitHub.
View Repository