Q1.Check If The String Is A Palindrome You are given a string 'S'. Your task is to check whether the string is palindrome or not. For checking ... read more
Q2.Two Sum You are given an array of integers 'ARR' of length 'N' and an integer Target. Your task is to return all pairs of elements such that... read more
Q3. Maximum Subarray Sum You are given an array/list ARR consisting of N integers. Your task is to find the maximum possible sum of a non-empty... read more