Problem Statement: You are given an array of prices where prices[i] is the price of a given stock o…
Read moreProblem Statement: Given an array consisting of only 0s, 1s and 2s. Write a program to in-place sor…
Read moreKadane’s Algorithm : Maximum Subarray Sum in an Array Problem Statement: Given an integer array ar…
Read morenext_permutation : Find next lexicographically greater permutation Problem Statement: Given an ar…
Read moreProgram to generate Pascal’s Triangle Problem Statement: Given an integer N, return the first N ro…
Read moreSet Matrix Zero Problem Statement: Given a matrix if an element in the matrix is 0 then you will ha…
Read more