Topic: Two Pointer Problem / Level: intermediate

Problem: Determine if a string can be split into three non-overlapping palindromes using two pointers.

Run the code to see the output here...