Problem Statement
Given a string s
, return the minimum number of characters that must be removed to make the string a palindrome.
This is also known as:
Minimum deletions to make a string a palindrome
Constraints
Given a string s
, return the minimum number of characters that must be removed to make the string a palindrome.
This is also known as:
Minimum deletions to make a string a palindrome