Topic: Two Pointer Problem / Level: intermediate

Problem: Determine if a string can be rearranged to form a palindrome by changing at most one character using two pointers.

Run the code to see the output here...