Programming Problem Set #Palindromize
Programming Problem Set #Palindromize
Palindromize
Time limit: 2000 ms
Memory limit: 65536 KB
Description
A palindrome is a string that reads the same from left to right as it does from right to left. Given a String s, return a palindrome that is produced by changing the minimum possible number of characters in s. Changing a character means replacing it with any single character at the same position. You are not allowed to remove…
View On WordPress













