Topic: Divide And Conquer Problem / Level: beginner

Problem: Write a divide and conquer approach to solve the problem of finding the longest palindrome in a string.

Run the code to see the output here...