Majority Element | InterviewBit | Solution Explained
I explain the solution to Majority Element on InterviewBit using visuals in simple words. NOT using the...
Complement of Base 10 Integer | LeetCode | Solution Explained
LeetCode 1009. Complement of Base 10 Integer. I explain the solution in Python3 using multiple implementations.
Advent of Code 2021 | Day 3 | Solution in Python3
I explore the solutions for the Advent of Code 2021 in Python3, for both the parts.
Single Number III | LeetCode | Bit Manipulation Solution Explained
LeetCode 260. Single Number III. I explain the bit-masking solution in detail, with the help of some neat...
Single Number | LeetCode | Bit Manipulation Solution Explained
LeetCode 136. Single Number can be solved using the idea of bits. But how to even think about...
Bitwise AND of Numbers Range | Brian Kernighan | LeetCode | Solution Explained
201. Bitwise AND of Numbers Range. Would have been easy if we were allowed to iterate over all...