Topic: Divide And Conquer Problem / Level: beginner

Problem: Implement a divide and conquer approach to solve the problem of finding the maximum product of two elements in an unsorted array.

Run the code to see the output here...