Все публикации

✅Minimum Time Difference - LeetCode 539 - Total Minutes in 1 Day - Explained in Detail

✅XOR Queries of a Subarray - LeetCode 2807 -Prefix Sum - XOR Bit Manipulation- Explained in Detail

✅ Insert Greatest Common Divisors in Linked List - LeetCode 2807 - Simulation - Explained in Detail

✅ Spiral Matrix IV - LeetCode 2326 - Simulation- Easy to understand- Explained in Detail

✅ Split Linked List in Parts - LeetCode 725 - Maths - O(n) Time O(k) space- Explained in Detail

✅Linked List in Binary Tree - LeetCode 1367 - DFS + Two Pointers - Optimized - Explained in Detail

✅ Combination Sum II - LeetCode 40 - Union Find - Optimized - Explained in Detail

✅ Regions Cut By Slashes - LeetCode 959 - Union Find - Optimized - Explained in Detail

✅ Robot Collisions - LeetCode 2751 - Sorting - Optimized - Explained in Detail with Examples

✅ Maximum Score From Removing Substrings - LeetCode 1717 - Greedy - Optimized - Explained in Detail

✅ Reverse Substrings Between Each Pair of Parentheses - LeetCode 1190 - Recursion - O(N) - Explained

✅ Merge Nodes in Between Zeros - LeetCode 2181 - Single Pass - O(N) - Explained in Detail

✅Intersection of Two Arrays II - LeetCode 350 - Sorting - Two Pointers -Visually Explained in Detail

✅ Remove Max Number of Edges to Keep Graph Fully Traversable - LeetCode 1579 - Union Find

✅ All Ancestors of a Node in a Directed Acyclic Graph - LeetCode 2192 - Depth First Search

✅ Binary Search Tree to Greater Sum Tree - LeetCode 1038 - Reverse Inorder Traversal - Explained

✅ Minimum Number of K Consecutive Bit Flips LeetCode 955 - Bit Manipulation - Explained in Detail

✅ Longest Continuous Subarray With Abs Diff Less Than or Equal to Limit LeetCode - Sliding Window

✅Count Number of Nice Subarrays - LeetCode 1248 - Prefix Sum - Hash Table - Explained in Detail

✅ Grumpy Bookstore Owner - LeetCode 1052 - Sliding Window - Explained in Detail - Easy Approach

✅Magnetic Force Between Two Balls - LeetCode 1552 - Binary Search - Explained In Detail

✅Minimum Number of Days to Make m Bouquets 🌸 LeetCode 1482 - Binary Search - Explained in Detail

✅Most Profit Assigning Work - LeetCode 826 - Dynamic Programming - Explained in Detail -Step by Step

✅ Sum of Square Numbers - LeetCode 633 - Math - Interview Solution - Explained in Detail