Topic: Two Pointer Problem / Level: advanced

Problem: Find the longest palindromic substring in a given string using the two-pointer technique.

Run the code to see the output here...