Allan N Kichekiche-allan.hashnode.dev·Aug 1, 2023Leetcode 1071. Greatest Common Divisor of StringsHello, Welcome to my August Challenge of Problem Solving and finding solutions to Leetcode's Data Structures and Algorithm questions. Here, I choose a question daily and try to solve it, and finally pen down my process of flow in solving the question...8 likes·49 readsPython
Nam Nguyennamnguyendev.hashnode.dev·May 1, 2023LeetCode (Medium) 238. Product of Array Except SelfDescription: Given an integer array nums, return an array answer such that answer[i] is equal to the product of all the elements of nums except nums[i]. The product of any prefix or suffix of nums is guaranteed to fit in a 32-bit integer. You must wr...leetcode
Tanishq Chaudharychaudharycodes.hashnode.dev·Oct 24, 2022Do Just 75 LeetCode problems.So, you want to grind LeetCode, get that dream job in MAANG. But, there are more than two thousand problems. You don’t have the time to go through each and every single one. Is there an optimal way to cover all the important data structures and algor...1 likeleetcode
Aryan Srivastavaaryansri.hashnode.dev·Jul 2, 2022Valid parentheses - LeetcodeIntroduction Valid parentheses is an standard problem based on stacks, it's a simple program but asked in different interviews of big tech giants as well like Facebook, Amazon, Microsoft, Apple, Google, and other tech companies. Problem Statement Giv...1 like·28 readsGrind 75algorithms
Aryan Srivastavaaryansri.hashnode.dev·Jul 1, 2022Two Sum - LeetcodeIntroduction Two sum is a classic problem, and one of the most liked problems on leetcode. It seems to be an easy problem yet it is asked frequently in many interviews of big companies like Facebook(meta), Google, Amazon, Microsoft, Adobe, Apple, Net...1 like·46 readsGrind 75leetcode