Topic: Two Pointer Problem / Level: advanced

Problem: Check if two strings can be split into two identical substrings after deleting one character using the two-pointer technique.

Run the code to see the output here...