Nuacht

Given a non-empty string s, you may delete at most one character. Judge whether you can make it a palindrome.
# Given a non-empty string s, you may delete at most one character. # Judge whether you can make it a palindrome. # The string will only contain lowercase characters a-z. The maximum length of the ...