Burst Balloons | LeetCode | Solution Explained
LeetCode 312. Burst Balloons is a hard problem. I explain the dynamic programming approach in detail, along with...
Nth Magical Number | LeetCode | Solution Explained
LeetCode 878. Nth Magical Number. I explain the binary search solution in detail, along with intuitions and observations...
Compare Version Numbers | InterviewBit | Solution Explained
I explain the solution to the problem Compare Version Numbers on InterviewBit in detail. Problem Link. 0....
Advent of Code 2021 | Day 6 | Solutions in Python3
I have shared the annotated code with solution explanation for Advent of Code 2021, Day 6...
Advent of Code 2021 | Day 5 | Solutions in Python3
Here are the solutions for today's Advent of Code 2021, Day 5 answers in Python3.
Valid Parentheses | LeetCode | Solution Explained
LeetCode 20. Valid Parentheses. I explain a stack based solution in detail.
Advent of Code 2021 | Day 4 | Solution Explained in Python3
I explain the solution for the Advent of Code 2021 Day 4 problem in Python3. Answer explained...
Stream of Characters | LeetCode | Solution Explained
I explain the solution to the problem 1032. Stream of Characters in Python3 using Trie data structure. Answer...
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.
Advent of Code 2021 | Day 2 | Solutions in Python3
These are the solutions to today's aka day 2's Advent of Code 2021 in Python3. They are...