Topic: Divide And Conquer Problem / Level: intermediate

Problem: Implement a divide and conquer approach to find the minimum number of partitions needed to partition a string into palindromic substrings.

Run the code to see the output here...