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.Count Inversions For a given integer array/list 'ARR' of size 'N', find the total number of 'Inversions' that may exist. An inversion is def... read more
Q3.Sort Array You are given an array consisting of 'N' positive integers where each integer is either 0 or 1 or 2. Your task is to sort the giv... read more