Q1.Maximum Subarray Sum You are given an array (ARR) of length N, consisting of integers. You have to find the sum of the subarray (including e... read more
Q2.Rectangular Numbers Ninja has a number ‘N’. He wants to print the pattern in such a way that the outer rectangle is of the number ‘N’ and th... read more
Q3.First Missing Positive You are given an array 'ARR' of integers of length N. Your task is to find the first missing positive integer in line... read more