Q1.You are given an array of numbers in which some numbers are palindrome. Write a solution with O(n) or O(1) complexity to find the largest pa... read more
Q2.You are given a multidimensional array of n length. You need to extract values from the array and create an object of the values from the ar... read more