Topic: Two Pointer Problem / Level: intermediate

Problem: Find the minimum number of operations to convert two strings into palindromes using two pointers.

Run the code to see the output here...