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

LeetCode 2558 Minimum Number of Operations to Sort a Binary Tree by Level | BFS + Cycle Detection

Reverse Odd Levels 🌲 | DFS & BFS | LeetCode 2415

Max Chunks to Make Sorted | Greedy & Stack Explained Step-by-Step

1475 Final Prices With a Special Discount in a Shop

**Max-Heap Solution | Construct String With Repeat Limit | Step-by-Step + Timestamps 🔥**

🔥 Final Array State After K Multiplication Operations Explained | Heaps | DSA

🔥 Max Average Ratio ✔️ | Priority Queue Simplified

LeetCode 2593: Continuous Subarrays | From Brute Force to Sliding Window Simplified

LeetCode 2593 Find Score of an Array After Marking All Elements | Heaps | Sorting-Based Solution

Take Gifts From the Richest Pile | Leetcode 2558 | Priorty Queue | Max-Heap | DSA

LeetCode 2779: Maximum Beauty of an Array After Applying Operation | Sliding Window Approach

Find Longest Special Substring That Occurs Thrice | LeetCode Beginner-Friendly Solution | DSA

3152 Special Array II

Customer Who Visited but Did Not Make Any Transactions | Leetcode SQL 50 | LEFT JOIN

Two Best Non Overlapping Events | Leetcode 2054 | Intervals | Line-Sweep Problem | DSA

Leetcode 1760 | Minimum Limit of Balls in a Bag | Binary Search | Array | DSA

Leetcode SQL 50 | Qn 7 | Product Sales Analysis I | LEFT & RIGHT JOINS

Leetcode | 2554 Maximum Number of Integers to Choose From a Range I | Two Pointers | Array | DSA

Leetcode 2337 | Move Pieces to Obtain a String | Two Pointers | Simulation | DSA

Leetcode 2825 | Make String a Subsequence Using Cyclic Increments | Two Pointers | Strings | DSA

Leetcode 2109 | Adding Spaces to a String | Strings | DSA

Leetcode 1455 | Check If a Word Occurs As a Prefix of Any Word in a Sentence | String | DSA

Leetcode 1346 | Check If N and Its Double Exist | Array | Hash Map | DSA

Leetcode 2097 | Valid Arrangement of Pairs | Graphs | DFS | Eulerian Path