Mayank Guptamkguptaweb.hashnode.dev·Jul 20, 2024Find Valid Matrix Given Row and Column SumsIn this article i am going to explain the approach and solution for this leetcode problem In the given problem we are given with two arrays one is rowSum and other is colSumbasically what they are nothing but arrays of the sum of ith row and jth colu...leetcode
Ujjwal Sharmaujjwalsharma.hashnode.dev·Jul 12, 2024Maximum Score From Removing SubstringsProblem Link https://leetcode.com/problems/maximum-score-from-removing-substrings/description/ Approach If x > y we have to focus on making the "ab" pairs more than any other pair, so we will do the same in the first pass Once all the pairs are don...DailyDoseOfDSA
Mahek Gormahekgor.hashnode.dev·Jun 21, 2024GFG POTD - 21st June 2024 SolutionProblem Statement: You are given a string str containing two fractions a/b and c/d, compare them and return the greater. If they are equal, then return "equal". Note: The string str contains "a/b, c/d"(fractions are separated by comma(,) & space( ))....cpp
Olalekan Abdulfatahblog.lekan.dev·Sep 26, 2023Leet389: Find The Difference.Intro You very likely missed the intro article A.K.A disclaimer, to this series but here goes. This is the first actual article with real content (for this series) and, we are tackling an easy leetcode problem, I attempted the champagne glass that wa...13 likes·65 readscompetitive programminglearning
Balaji Batchubalajibatchu.hashnode.dev·Jun 30, 2023Join Me On The Journey Of DSA 💥🏆EVERYDAY POTD(PROBLEM OF THE DAY) SOLUTIONS WITH OPTIMIZED SOLUTIONS AND INTERACTIVE EXPLANATIONS -- LEETCODE, CODING NINJAS, GEEKSFORGEEKS FOLKS !!! HOOLLLAAAA FOLKS 😍 : Greetings, fellow coding enthusiasts! Are you ready to embark on a journey of ...algorithms