Computer Science, asked by pravallikareddy0002, 9 months ago

A palindrome is a word, phrase. Or sequence that reads the same backwards as forwards. Given palindrome write a program to print the sorted list of all palindrome that can be constructed from the alphabet of palindrome. All palindrome should start in a new line

Answers

Answered by Bnbond
0

Answer:

Palindrome Index. Given a string of lowercase letters in the range ascii[a-z], determine a character that can be removed to make the string a palindrome. There may be more than one solution, but any will do. ... If the word is already a palindrome or there is no solution, return -1.

hope it helps you

Similar questions