Gas Station | InterviewBit | Solution Explained
I explain the solution to Gas Station on InterviewBit using visuals in simple words. 0. Gas Station:...
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...
Burst Balloons | LeetCode | Solution Explained
LeetCode 312. Burst Balloons is a hard problem. I explain the dynamic programming approach in detail, along with...
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 4 | Solution Explained in Python3
I explain the solution for the Advent of Code 2021 Day 4 problem in Python3. Answer explained...
Advent of Code 2021 | Day 1 | Solution in Python3
These are the solutions for both the parts in the Advent of Code 2021 Day 1.
Accounts Merge | LeetCode | Solution Explained
LeetCode 721. Accounts Merge. I explain the solution in detail using the data structure: Disjoint Set Union or...
Product of Array Except Self | LeetCode | Solution Explained
LeetCode 238. Product of Array Except Self. I explain the intuitions and observations and explain the solution in...
Largest Component Size by Common Factor | LeetCode | Solution Explained
Largest Component Size by Common Factor. I make this problem easy by explaining the solution in an...
Text Justification | LeetCode | InterviewBit | Solution Explained
Text Justification LeetCode/Justified Text InterviewBit is a interesting problem. I use raw logic to explain the solution...