Palindrome

PythonF

Palindrome or symmetry

Given a set of ‘n’ strings, write an algorithm and the subsequent Python code to check if the string is a Palindrome string  or Symmetry…
JavaF

Find Palindrome and its index

A String is given S, we have to find the palindrome in that and print the starting and ending index. Example I/O: Example I/O: Sample Input 1:…
PythonF

Reverse Sum Palindrome

Reverse Sum Palindrome: The program must accept an integer N as the input. The program must find the sum of N and its reverse. The…
PythonF

String Palindrome

A string S is passed as input to the program. The program must print “yes” if the string S is a palindrome and must print…
PythonF

Matrix Palindrome

The program must accept an integer matrix of size RxC as the input. The program must print YES if every row and every…