Q1. Count Inversions Problem Statement Given an integer array ARR of size N , your task is to find the total number of inversions that exist in... read more
Q2. Maximum Subarray Sum Problem Statement Given an array arr of length N consisting of integers, find the sum of the subarray (including empty... read more
Q3. Remove Character from String Problem Statement Given a string str and a character 'X', develop a function to eliminate all instances of 'X'... read more