Palindrome

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…