Topic: Divide And Conquer Problem / Level: beginner

Problem: Find the longest common prefix of an array of strings using divide and conquer.

Run the code to see the output here...