Topic: Two Pointer Problem / Level: beginner

Problem: Check if two strings are cyclic permutations of each other by rearranging exactly two parts using two pointers.

Run the code to see the output here...