Reverse integer | InterviewBit | LeetCode | Solution Explained
I explain the "expected" solution to Reverse integer in CPP using only ints, present on both InterviewBit...
Furthest Building You Can Reach | LeetCode | Solution Explained
Solution to LeetCode 1642. Furthest Building You Can Reach. I explain the Priority Queue/Heap based approach in detail...
Jump Game IV | LeetCode | Solution Explained
LeetCode 1345. Jump Game IV is a hard one, but after you read this solution, it'll feel easy...
FizzBuzz | InterviewBit | LeetCode | Solution in Python3, C++
FizzBuzz is a simple Interview problem. I present the solutions in Python3 and C++.
Complement of Base 10 Integer | LeetCode | Solution Explained
LeetCode 1009. Complement of Base 10 Integer. I explain the solution in Python3 using multiple implementations.
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...
Valid Parentheses | LeetCode | Solution Explained
LeetCode 20. Valid Parentheses. I explain a stack based solution in detail.
Stream of Characters | LeetCode | Solution Explained
I explain the solution to the problem 1032. Stream of Characters in Python3 using Trie data structure. Answer...
Accounts Merge | LeetCode | Solution Explained
LeetCode 721. Accounts Merge. I explain the solution in detail using the data structure: Disjoint Set Union or...