Topic: Two Pointer Problem / Level: beginner

Problem: Check if two strings can be rearranged into two identical parts by deleting one character using two pointers.

Run the code to see the output here...