After removing non-alphanumeric characters and ignoring case, determine if `s` reads the same forward and backward. Variant **#33**.
Example 1
Input: s = "hello33"
Output: false
Constraints
Acceptance: 78% · Topics: string, two-pointers
← All practice problems