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
Join the discussion
Sign in with your account to post comments, reply to others, and participate in the conversation.
Login to Comment