A palindrome is a word, phrase, or sequence that reads the same backwards as forwards. Given a palindrome write a program to pri | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

A palindrome is a word, phrase, or sequence that reads the same backwards as forwards. Given a palindrome write a program to pri

Input ABCDCBA Output ABCDCBA ACBDBCA BACDCAB BCADACB CABDBAC CBADABC Explanation Since there is only one D, it can only be the middle letter in the palindrome. The remaining lettere A, B, C can be arranged in 6 possible ways and each way gives rise to a palindrome.

29th Jul 2017, 4:26 AM
Aravindhan
Aravindhan - avatar
3 Answers
0
Right ,mjak
30th Jul 2017, 9:34 PM
Aryaman Sarkar
Aryaman Sarkar - avatar
0
Right
30th Jul 2017, 9:34 PM
Aryaman Sarkar
Aryaman Sarkar - avatar
0
Right
30th Jul 2017, 9:34 PM
Aryaman Sarkar
Aryaman Sarkar - avatar