Interview Coder drill
Interview Coder drill
Interview Coder drill
10:00
Given a string, decide whether it reads the same forward and backward after ignoring punctuation, spaces, and casing. Print true or false.
Example 1
Input: s = "A man, a plan, a canal: Panama"
Output: true
After normalization the string is a palindrome.
Constraints
Capture your plan, then rate how clearly you recalled it before submitting.