Q2. Find All Pairs Adding Up to Target Given an array of integers ARR of length N and an integer Target , your task is to return all pairs of elements such that they add up ...read more
asked in
Q3. Count Subsequences Problem Statement Given an integer array ARR of size N , your task is to find the total number of subsequences in which all elements are equal. Explan ...read more