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

Not a subset sum | GfG Problem of the Day | Arrays

Deletion and Reverse in Circular Linked List | GfG Problem of the Day | Linked List

Majority Vote | GfG Problem of the Day | Arrays | Moore's Voting Algorithm

Kadane's Algorithm | GfG Problem of the Day | Arrays

Count ways to N'th Stair | GfG Problem of the Day | Dynamic Programming

Minimum number of deletions and insertions | GfG Problem of the Day | Dynamic Programming

Minimum Cost Path | GfG Problem of the Day | Dijkstra's Algorithm

Max sum path in two arrays | GfG Problem of the Day | Arrays

Sorted subsequence of size 3 | GfG Problem of the Day | Arrays

0 - 1 Knapsack Problem | GfG Problem of the Day | Dynamic Programming

Left View of Binary Tree | GfG Problem of the Day | Binary Tree

Alien Dictionary | GfG Problem of the Day | Graph | Topological Sort

Shortest path in Undirected Graph | GfG Problem of the Day | Graph | Dijkstra's Algorithm

Burning Tree | GfG Problem of the Day | Binary Tree | BFS

Kth Smallest | GfG Problem of the Day | 2 Approaches | Arrays

Split an array into two equal Sum subarrays | GfG Problem of the Day | Arrays

Remove Nth Node From End of List | LeetCode 19 | Linked List

Maximum Total Reward Using Operations I | LeetCode 3180 | Dynamic Programming

Linked List Cycle || | LeetCode 142 | Linked List | Fast and Slow Pointers Approach WITH PROOF

Linked List Cycle | LeetCode 141 | Two Pointers | Fast and Slow Pointers Approach WITH PROOF

Middle of the Linked List | LeetCode 876 | Linked List | Two Pointers

Count Number of Nice Subarrays | LeetCode 1248 | Two Pointers | Sliding Window

Number of Sub-arrays of Size K and Average Greater than or Equal to Threshold | LeetCode 1343

Repeated DNA Sequences | LeetCode 187 | Two Pointers | Sliding Window | HashMaps