BS-1. Binary Search Introduction | Real Life Example | Iterative | Recursive | Overflow Cases Post date June 1, 2023 Post author By take U forward
Launching Binary Search Bootcamp – C++, Java, Python, Notes, Contest, Doubt Support 🔥 Post date May 17, 2023 Post author By take U forward
Maximum Product Subarray – Best Intuitive Approach Discussed Post date May 10, 2023 Post author By take U forward
✅ way to showcase projects in an Tech Interview 💪 Post date May 4, 2023 Post author By take U forward
Find the Missing and Repeating Number | 4 Approaches 🔥 Post date April 29, 2023 Post author By take U forward
Merge Sorted Arrays Without Extra Space | 2 Optimal Solution Post date April 27, 2023 Post author By take U forward
Merge Overlapping Intervals | Brute, Optimal with Precise TC analysis Post date April 25, 2023 Post author By take U forward
Number of Subarrays with xor K | Brute – Better – Optimal Post date April 25, 2023 Post author By take U forward
Github trick every Software Engineer should know about! Post date April 17, 2023 Post author By take U forward
ChatGPT trick for converting codes in your language for Interview Preparation Post date April 7, 2023 Post author By take U forward
Leetcode Extension to see Company Tags | Interview Preparation Post date April 5, 2023 Post author By take U forward
Count Subarray sum Equals K | Brute – Better -Optimal Post date April 3, 2023 Post author By take U forward
Rotate Matrix/Image by 90 Degrees | Brute – Optimal Post date March 30, 2023 Post author By take U forward
Set Matrix Zeroes | O(1) Space Approach | Brute – Better – Optimal Post date March 28, 2023 Post author By take U forward
Longest Consecutive Sequence | Google Interview Question | Brute Better Optimal Post date March 27, 2023 Post author By take U forward
Longest Consecutive Sequence | Google Interview Question | Brute Better Optimal Post date March 25, 2023 Post author By take U forward
Leaders in an Array | Brute – Optimal | Strivers A2Z DSA Course Post date March 24, 2023 Post author By take U forward
Next Permutation – Intuition in Detail 🔥 | Brute to Optimal Post date March 23, 2023 Post author By take U forward
Codestudio Weekend Contest 66 Editorial | Live Problem Solving | Striver Post date March 23, 2023 Post author By take U forward
Rearrange Array Elements by Sign | 2 Varieties of same Problem Post date March 18, 2023 Post author By take U forward
Kadane’s Algorithm | Maximum Subarray Sum | Finding and Printing Post date March 17, 2023 Post author By take U forward
Majority Element in an Array | Moore’s Voting Algorithm | Intuition 🔥 | Brute to Optimal Post date March 16, 2023 Post author By take U forward
Sort an array of 0’s 1’s & 2’s | Intuition of Algo🔥 | C++ Java Python | Brute-Better-Optimal Post date March 15, 2023 Post author By take U forward
2 Sum Problem | 2 types of the same problem for Interviews | Brute-Better-Optimal Post date March 14, 2023 Post author By take U forward
Longest Subarray with sum K | Brute – Better – Optimal | Generate Subarrays Post date March 13, 2023 Post author By take U forward
Find element that appears once | Find missing number | Max Consecutive number of 1’s | Arrays Part-3 Post date March 10, 2023 Post author By take U forward
Codestudio Weekend Contest 64 Editorial | Live Problem Solving | Striver Post date March 10, 2023 Post author By take U forward
Rotate Array by K places | Union, Intersection of Sorted Arrays | Move Zeros to End | Arrays Part-2 Post date March 5, 2023 Post author By take U forward
Find Second Largest Element in Array | Remove duplicates from Sorted Array | Arrays Intro Video Post date March 1, 2023 Post author By take U forward
Quick Sort For Beginners | Strivers A2Z DSA Course Post date February 27, 2023 Post author By take U forward
Merge Sort | Algorithm | Pseudocode | Dry Run | Code | Strivers A2Z DSA Course Post date February 8, 2023 Post author By take U forward
Sorting – Part 1 | Selection Sort, Bubble Sort, Insertion Sort | Strivers A2Z DSA Course Post date January 29, 2023 Post author By take U forward
Hashing | Maps | Time Complexity | Collisions | Division Rule of Hashing | Strivers A2Z DSA Course Post date January 20, 2023 Post author By take U forward
Basic Maths for DSA | Euclidean Algorithm | Strivers A2Z DSA Course Post date January 8, 2023 Post author By take U forward
Solve any Pattern Question – Trick Explained | 22 Patterns in 1 Shot | Strivers A2Z DSA Course Post date January 2, 2023 Post author By take U forward
Time and Space Complexity – Strivers A2Z DSA Course Post date December 31, 2022 Post author By take U forward
C++ Basics in One Shot – Strivers A2Z DSA Course – L1 Post date December 19, 2022 Post author By take U forward
G-55. Bridges in Graph – Using Tarjan’s Algorithm of time in and low time Post date November 22, 2022 Post author By take U forward
G-54. Strongly Connected Components – Kosaraju’s Algorithm Post date November 22, 2022 Post author By take U forward
G-53. Most Stones Removed with Same Row or Column – DSU Post date October 23, 2022 Post author By take U forward
G-51. Number of Islands – II – Online Queries – DSU Post date October 22, 2022 Post author By take U forward
G-49. Number of Operations to Make Network Connected – DSU Post date October 22, 2022 Post author By take U forward
G-47. Kruskal’s Algorithm – Minimum Spanning Tree – C++ and Java Post date October 22, 2022 Post author By take U forward
G-46. Disjoint Set | Union by Rank | Union by Size | Path Compression Post date October 22, 2022 Post author By take U forward