Topic: Divide And Conquer Problem / Level: intermediate

Problem: Implement a divide and conquer solution to solve the problem of finding the longest common substring in multiple strings.

Run the code to see the output here...