Author name: Admin

Product array puzzle

gfg-potd

Given an array nums[], construct a Product Array nums[] such that nums[i] is equal to the product of all the elements of nums except nums[i].

Longest Common Substring

gfg-potd

You are given two strings str1 and str2. Your task is to find the length of the longest common substring among the given strings. Examples:

40. Combination Sum II

leetcode-potd

Given a collection of candidate numbers (candidates) and a target number (target), find all unique combinations in candidates where the candidate numbers

Scroll to Top