After removing non-alphanumeric characters and ignoring case, determine if `s` reads the same forward and backward. Variant **#2**.
Example 1
Input: s = "A man a plan a canal Panama"
Output: true
Constraints
Acceptance: 64% · Topics: string, two-pointers