Q1.N-th Term Of GP You are given the first term (A), the common ratio (R) and an integer N. Your task is to find the Nth term of the GP series.... read more
Q2.Common Elements Given two 1-dimensional arrays containing strings of lowercase alphabets, print the elements that are common in both the arr... read more
Q3.Distinct Subsequences You have been given string 'S' of length 'N' that may contain duplicate alphabets. Your task is to return the count of... read more