Problem - Are They Same problem
My Solution - Submission
Test case 1 is failing.
Why I think it is a Divide and Conquer approach?
Please correct me if I am wrong - The fact that the size of the problems(i.e strings) are being reduced by half and we are solving each of those problems in the above algorithm by comparing each of the solutions of the subproblems with each other, we can say that the above algorithm is a Divide and Conquer strategy solution.