Topic: Two Pointer Problem / Level: intermediate

Problem: Check if a string can be split into k palindrome substrings using two pointers.

Run the code to see the output here...