Author name: Admin

Subarrays with sum K

gfg-potd

Given an unsorted array of integers, find the number of continuous subarrays having sum exactly equal to a given number k. […]

Longest Consecutive Subsequence

gfg-potd

Given an array arr[] of non-negative integers. Find the length of the longest sub-sequence such that elements in the subsequence are consecutive integers, the consecutive

494. Target Sum

leetcode-potd

You are given an integer array nums and an integer target. You want to build an expression out of nums by adding one of the

Scroll to Top