Palindrome or not
Nov 14, 2023 · 3 min read · A palindrome is a word derived from the Greek meaning "running back again". A string is called a palindrome string if the reverse of that string is the same as the original string. Example lol, madam, level. Eg: original string = mom after reversing ...
Join discussion