Find the minimum number of characters to delete from a string to make it a palindrome.
{ "s": "agbcba" }
1
{ "s": "aebcbda" }
2
{ "s": "geeksforgeeks" }
8
Sign in to Run Code and Submit