Python1 Min Read LetuscrackonJune 8, 2024 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…
Java1 Min Read LetuscrackonJune 8, 2024 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:…