Step by Step | InterviewBit | Solution Explained
I explain the solution to the problem Step by Step on InterviewBit using observations and logic to...
FizzBuzz | InterviewBit | LeetCode | Solution in Python3, C++
FizzBuzz is a simple Interview problem. I present the solutions in Python3 and C++.
Is Rectangle? | InterviewBit | Solution Explained
I present the solutions to Is Rectangle in Python3 using multiple approaches.
Sum of pairwise Hamming Distance | InterviewBit | Solution Explained in Detail
InterviewBit: Sum of pairwise Hamming Distance is an interesting interview question. I explain the bit manipulation approach...
Prime Sum | InterviewBit | Solution Explained
I explain the solution to Prime Sum, an InterviewBit question using basic mathematics.
Distribute in Circle | InterviewBit | Solution Explained
I explain the solution to Distribute in Circle InterviewBit problem. Using visuals and intuitions for the mathematical...
Total Moves For Bishop | InterviewBit | Solution Explained
Total Moves For Bishop! is an InterviewBit question under the math category. I explain the simulation based...
Compare Version Numbers | InterviewBit | Solution Explained
I explain the solution to the problem Compare Version Numbers on InterviewBit in detail. Problem Link. 0....
Remove Consecutive Characters | InterviewBit | Solution Explained
InterviewBit Remove Consecutive Characters. Solution explained simply & in detail.
Count and Say | LeetCode | InterviewBit | Solution Explained
Count and Say is an interesting problem. It only requires the knowledge of basics of strings and...