News
Longest palindrome in an array Here we find the longest palindrome number from the given array. so here we need to sort the array in ascending order and later check from the last that the given number ...
Sort the array using inbuilt sort() function. Start traversing from end of the array, Print the element if it is palindrome. If no element found then print -1. About sort() function in Python The sort ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results